Title: [184016] trunk/Source/WebKit2
Revision
184016
Author
[email protected]
Date
2015-05-08 14:48:37 -0700 (Fri, 08 May 2015)

Log Message

Fix the build.

* UIProcess/WebPageProxy.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (184015 => 184016)


--- trunk/Source/WebKit2/ChangeLog	2015-05-08 21:21:32 UTC (rev 184015)
+++ trunk/Source/WebKit2/ChangeLog	2015-05-08 21:48:37 UTC (rev 184016)
@@ -2,6 +2,12 @@
 
         Fix the build.
 
+        * UIProcess/WebPageProxy.cpp:
+
+2015-05-08  Timothy Horton  <[email protected]>
+
+        Fix the build.
+
         * Platform/mac/LayerHostingContext.mm:
         (WebKit::LayerHostingContext::createFencePort):
 

Modified: trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp (184015 => 184016)


--- trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2015-05-08 21:21:32 UTC (rev 184015)
+++ trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp	2015-05-08 21:48:37 UTC (rev 184016)
@@ -140,6 +140,7 @@
 #include "RemoteLayerTreeDrawingAreaProxy.h"
 #include "RemoteLayerTreeScrollingPerformanceData.h"
 #include "ViewSnapshotStore.h"
+#include <WebCore/MachSendRight.h>
 #include <WebCore/RunLoopObserver.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to