[Webkit-unassigned] [Bug 98437] New: PositionCallback returns bool instead of void

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 4 12:00:18 PDT 2012


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

           Summary: PositionCallback returns bool instead of void
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arakis at stne.net


In file 
http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/geolocation/PositionCallback.idl
and
http://trac.webkit.org/browser/trunk/Source/WebCore/Modules/geolocation/PositionErrorCallback.idl

the callback needs to return "void" instead of "bool".

Reference:
http://dev.w3.org/geo/api/spec-source.html

IDL:
callback PositionCallback = void (Position position);
callback PositionErrorCallback = void (PositionError positionError);

Greetings,
Sebastian

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



More information about the webkit-unassigned mailing list