[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 02:07:20 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 619440198772b5e9a8bf127c52b0a8149e65ad37
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Mar 3 02:20:51 2010 +0000

    2010-03-02  Arno Renevier  <arno at renevier.net>
    
            Reviewed by Gustavo Noronha Silva.
    
            [Gtk] use geoclue providers with don't provide update
            https://bugs.webkit.org/show_bug.cgi?id=35191
    
            No new tests, behaviour depends on system.
    
            * platform/gtk/GeolocationServiceGtk.cpp:
            (WebCore::GeolocationServiceGtk::startUpdating):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55446 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 3e9eddb..aaa534b 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-03-02  Arno Renevier  <arno at renevier.net>
+
+        Reviewed by Gustavo Noronha Silva.
+
+        [Gtk] use geoclue providers with don't provide update
+        https://bugs.webkit.org/show_bug.cgi?id=35191
+
+        No new tests, behaviour depends on system.
+
+        * platform/gtk/GeolocationServiceGtk.cpp:
+        (WebCore::GeolocationServiceGtk::startUpdating):
+
 2010-03-02  John Abd-El-Malek  <jam at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/platform/gtk/GeolocationServiceGtk.cpp b/WebCore/platform/gtk/GeolocationServiceGtk.cpp
index f961ebb..59c9538 100644
--- a/WebCore/platform/gtk/GeolocationServiceGtk.cpp
+++ b/WebCore/platform/gtk/GeolocationServiceGtk.cpp
@@ -98,7 +98,7 @@ bool GeolocationServiceGtk::startUpdating(PositionOptions* options)
     }
 
     gboolean result = geoclue_master_client_set_requirements(client, accuracyLevel, timeout,
-                                                             true, GEOCLUE_RESOURCE_ALL, &error.outPtr());
+                                                             false, GEOCLUE_RESOURCE_ALL, &error.outPtr());
 
     if (!result) {
         setError(PositionError::POSITION_UNAVAILABLE, error->message);

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list