Title: [129531] trunk/Source/WebKit2
Revision
129531
Author
[email protected]
Date
2012-09-25 11:29:06 -0700 (Tue, 25 Sep 2012)

Log Message

Build fix, GeolocationClientMock should not be included by WebProcess InjectedBundle

Unreviewed.

The patch r129252 removes the dependencies on GeolocationClientMock, r129444 removes
GeolocationClientMock from the Mac port. The #include breaks new Mac build.

* WebProcess/InjectedBundle/InjectedBundle.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (129530 => 129531)


--- trunk/Source/WebKit2/ChangeLog	2012-09-25 18:22:39 UTC (rev 129530)
+++ trunk/Source/WebKit2/ChangeLog	2012-09-25 18:29:06 UTC (rev 129531)
@@ -1,3 +1,14 @@
+2012-09-25  Benjamin Poulain  <[email protected]>
+
+        Build fix, GeolocationClientMock should not be included by WebProcess InjectedBundle
+
+        Unreviewed.
+
+        The patch r129252 removes the dependencies on GeolocationClientMock, r129444 removes
+        GeolocationClientMock from the Mac port. The #include breaks new Mac build.
+
+        * WebProcess/InjectedBundle/InjectedBundle.cpp:
+
 2012-09-25  Jocelyn Turcotte  <[email protected]>
 
         [Qt] PageViewportController: Consolidate positionRangeForViewportAtScale and boundPosition

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (129530 => 129531)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2012-09-25 18:22:39 UTC (rev 129530)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2012-09-25 18:29:06 UTC (rev 129531)
@@ -52,7 +52,6 @@
 #include <WebCore/FrameView.h>
 #include <WebCore/GCController.h>
 #include <WebCore/GeolocationClient.h>
-#include <WebCore/GeolocationClientMock.h>
 #include <WebCore/GeolocationController.h>
 #include <WebCore/GeolocationPosition.h>
 #include <WebCore/JSDOMWindow.h>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to