Changeset 55446 in webkit


Ignore:
Timestamp:
Mar 2, 2010 6:20:51 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-02 Arno Renevier <arno@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):
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r55445 r55446  
     12010-03-02  Arno Renevier  <arno@renevier.net>
     2
     3        Reviewed by Gustavo Noronha Silva.
     4
     5        [Gtk] use geoclue providers with don't provide update
     6        https://bugs.webkit.org/show_bug.cgi?id=35191
     7
     8        No new tests, behaviour depends on system.
     9
     10        * platform/gtk/GeolocationServiceGtk.cpp:
     11        (WebCore::GeolocationServiceGtk::startUpdating):
     12
    1132010-03-02  John Abd-El-Malek  <jam@chromium.org>
    214
  • trunk/WebCore/platform/gtk/GeolocationServiceGtk.cpp

    r55325 r55446  
    9999
    100100    gboolean result = geoclue_master_client_set_requirements(client, accuracyLevel, timeout,
    101                                                              true, GEOCLUE_RESOURCE_ALL, &error.outPtr());
     101                                                             false, GEOCLUE_RESOURCE_ALL, &error.outPtr());
    102102
    103103    if (!result) {
Note: See TracChangeset for help on using the changeset viewer.