Not reviewed, build fix for non-client-based Geolocation builds after r107982.
authormlilek@apple.com <mlilek@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 21 Feb 2012 09:20:04 +0000 (09:20 +0000)
committermlilek@apple.com <mlilek@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Tue, 21 Feb 2012 09:20:04 +0000 (09:20 +0000)
* page/Geolocation.cpp:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108325 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/page/Geolocation.cpp

index 64ca8a1..0aeed3f 100644 (file)
@@ -1,3 +1,9 @@
+2012-02-21  Matt Lilek  <mrl@apple.com>
+
+        Not reviewed, build fix for non-client-based Geolocation builds after r107982.
+
+        * page/Geolocation.cpp:
+
 2012-02-21  Yury Semikhatsky  <yurys@chromium.org>
 
         [V8] Web Inspector: simplify worker debugger implementation
index 48c7499..ae1f4fc 100644 (file)
@@ -31,6 +31,7 @@
 #if ENABLE(GEOLOCATION)
 
 #include "Chrome.h"
+#include "ChromeClient.h"
 #include "Document.h"
 #include "Frame.h"
 #include "Geoposition.h"