Title: [108325] trunk/Source/WebCore
Revision
108325
Author
[email protected]
Date
2012-02-21 01:20:04 -0800 (Tue, 21 Feb 2012)

Log Message

Not reviewed, build fix for non-client-based Geolocation builds after r107982.

* page/Geolocation.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108324 => 108325)


--- trunk/Source/WebCore/ChangeLog	2012-02-21 09:09:39 UTC (rev 108324)
+++ trunk/Source/WebCore/ChangeLog	2012-02-21 09:20:04 UTC (rev 108325)
@@ -1,3 +1,9 @@
+2012-02-21  Matt Lilek  <[email protected]>
+
+        Not reviewed, build fix for non-client-based Geolocation builds after r107982.
+
+        * page/Geolocation.cpp:
+
 2012-02-21  Yury Semikhatsky  <[email protected]>
 
         [V8] Web Inspector: simplify worker debugger implementation

Modified: trunk/Source/WebCore/page/Geolocation.cpp (108324 => 108325)


--- trunk/Source/WebCore/page/Geolocation.cpp	2012-02-21 09:09:39 UTC (rev 108324)
+++ trunk/Source/WebCore/page/Geolocation.cpp	2012-02-21 09:20:04 UTC (rev 108325)
@@ -31,6 +31,7 @@
 #if ENABLE(GEOLOCATION)
 
 #include "Chrome.h"
+#include "ChromeClient.h"
 #include "Document.h"
 #include "Frame.h"
 #include "Geoposition.h"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to