Title: [215313] trunk/Source/WebKit2
Revision
215313
Author
[email protected]
Date
2017-04-12 21:29:57 -0700 (Wed, 12 Apr 2017)

Log Message

Unreviewed, fix build failure on Ubuntu LTS GTK bot
https://bugs.webkit.org/show_bug.cgi?id=170781

* UIProcess/WebProcessPool.cpp:
(WebKit::WebProcessPool::createNewWebProcess):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (215312 => 215313)


--- trunk/Source/WebKit2/ChangeLog	2017-04-13 03:12:08 UTC (rev 215312)
+++ trunk/Source/WebKit2/ChangeLog	2017-04-13 04:29:57 UTC (rev 215313)
@@ -1,3 +1,11 @@
+2017-04-12  Yusuke Suzuki  <[email protected]>
+
+        Unreviewed, fix build failure on Ubuntu LTS GTK bot
+        https://bugs.webkit.org/show_bug.cgi?id=170781
+
+        * UIProcess/WebProcessPool.cpp:
+        (WebKit::WebProcessPool::createNewWebProcess):
+
 2017-04-12  Eric Carlson  <[email protected]>
 
         [MediaStream] rename -[WKWebView _stopMediaCapture]

Modified: trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp (215312 => 215313)


--- trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp	2017-04-13 03:12:08 UTC (rev 215312)
+++ trunk/Source/WebKit2/UIProcess/WebProcessPool.cpp	2017-04-13 04:29:57 UTC (rev 215313)
@@ -731,7 +731,9 @@
 #endif
 
     parameters.resourceLoadStatisticsEnabled = resourceLoadStatisticsEnabled();
+#if ENABLE(MEDIA_STREAM)
     parameters.shouldCaptureAudioInUIProcess = m_configuration->shouldCaptureAudioInUIProcess();
+#endif
 
     // Add any platform specific parameters
     platformInitializeWebProcess(parameters);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to