[Webkit-unassigned] [Bug 32772] New: Missing checks for Geolocation in Navigator.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 19 09:05:06 PST 2009


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

           Summary: Missing checks for Geolocation in Navigator.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pnormand at igalia.com


If geolocation is disabled at configure time, the link will fail:

  CCLD   Programs/unittests/testhttpbackend
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::Geolocation::disconnectFrame()'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::Geolocation::Geolocation(WebCore::Frame*)'
collect2: ld returned 1 exit status

Some ifdefs are missing.

-- 
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