[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

weinig at apple.com weinig at apple.com
Fri Jan 21 15:16:12 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 5a6966f33c249967eaee5fcf1a15ec1a44a998ac
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 19:31:58 2011 +0000

    Fix the build.
    
    * WebProcess/WebPage/WebPage.cpp:
    (WebKit::WebPage::WebPage):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75399 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 6b00ff5..e7dd9a0 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,5 +1,12 @@
 2011-01-10  Sam Weinig  <sam at webkit.org>
 
+        Fix the build.
+
+        * WebProcess/WebPage/WebPage.cpp:
+        (WebKit::WebPage::WebPage):
+
+2011-01-10  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Anders Carlsson.
 
         Make Geolocation features work in WebKit2
diff --git a/WebKit2/WebProcess/WebPage/WebPage.cpp b/WebKit2/WebProcess/WebPage/WebPage.cpp
index 295bcad..c1bb286 100644
--- a/WebKit2/WebProcess/WebPage/WebPage.cpp
+++ b/WebKit2/WebProcess/WebPage/WebPage.cpp
@@ -151,7 +151,7 @@ WebPage::WebPage(uint64_t pageID, const WebPageCreationParameters& parameters)
     pageClients.dragClient = new WebDragClient(this);
     pageClients.backForwardClient = WebBackForwardListProxy::create(this);
 #if ENABLE(CLIENT_BASED_GEOLOCATION)
-    pageClients.geolocationClient = \new WebGeolocationClient(this);
+    pageClients.geolocationClient = new WebGeolocationClient(this);
 #endif
 #if ENABLE(INSPECTOR)
     pageClients.inspectorClient = new WebInspectorClient(this);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list