[Webkit-unassigned] [Bug 22847] New: Geolocation PositionOptions cannot be an arbitrary object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 13 15:01:11 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22847

           Summary: Geolocation PositionOptions cannot be an arbitrary
                    object
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bolsinga at apple.com


Geolocation PositionOptions cannot be an arbitrary object

>From webkit-dev:
Date: Fri, 12 Dec 2008 12:50:35 -0800 (PST)
From: Aurelian Maga aurelianmaga at yahoo com
To: webkit-dev at lists.webkit.org

Hello,

I'm trying the geolocation api (gtk implementation with geoclue) and in a
javascript I'm creating a postionoptions object like this:

var options = {enableHighAccuracy:true,timeout:30000};

and pass this to getCurrentPosition.  The
GeolocationServiceGtk::startUpdating(PositionOptions* options) is being called
but the options object is null.

Could someone point me in  the right direction to fix this?

Thank you,
Relu


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list