[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

steveblock at google.com steveblock at google.com
Wed Dec 22 18:45:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 51dbe901e0bbfff524d57cc47987d7145c260b03
Author: steveblock at google.com <steveblock at google.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 17 10:05:59 2010 +0000

    Fix build with Geolocation disabled.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74240 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 974b065..2ee924e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-17  Steve Block  <steveblock at google.com>
+
+        Unreviewed build fix.
+
+        Fix build when Geolocation is disabled.
+
+        No new tests, build fix only.
+
+        * page/Geolocation.h:
+
 2010-12-17  Patrick Gansterer  <paroga at webkit.org>
 
         Unreviewed. WinCE build fix.
diff --git a/WebCore/page/Geolocation.h b/WebCore/page/Geolocation.h
index 2930752..d53c827 100644
--- a/WebCore/page/Geolocation.h
+++ b/WebCore/page/Geolocation.h
@@ -206,7 +206,9 @@ private:
         No
     } m_allowGeolocation;
 
+#if ENABLE(GEOLOCATION)
     PositionCacheWrapper m_positionCache;
+#endif
     GeoNotifierSet m_requestsAwaitingCachedPosition;
 };
     

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list