[Webkit-unassigned] [Bug 43753] New: [chromium] Geolocation breaks the compile if ENABLE_GEOLOCATION is set to 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 9 15:45:43 PDT 2010


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

           Summary: [chromium] Geolocation breaks the compile if
                    ENABLE_GEOLOCATION is set to 0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jamesr at chromium.org
                CC: steveblock at google.com, jochen at chromium.org


If the feature is off the build should still work.  Instead there are compile errors:

WebCore/bindings/v8/custom/V8CustomPositionCallback.cpp:68: error: no matching function for call to ‘toV8(WebCore::Geoposition*&)’
out/Release/obj/gen/webkit/bindings/V8Event.h:49: note: candidates are: v8::Handle<v8::Value> WebCore::toV8(WebCore::Event*)
out/Release/obj/gen/webkit/bindings/V8Event.h:50: note:                 v8::Handle<v8::Value> WebCore::toV8(WTF::PassRefPtr<WebCore::Event>)
out/Release/obj/gen/webkit/bindings/V8XPathNSResolver.h:47: note:                 v8::Handle<v8::Value> WebCore::toV8(WebCore::XPathNSResolver*)
out/Release/obj/gen/webkit/bindings/V8XPathNSResolver.h:48: note:                 v8::Handle<v8::Value> WebCore::toV8(WTF::PassRefPtr<WebCore::XPathNSResolver>)
WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp: In member function ‘virtual void WebCore::V8CustomPositionErrorCallback::handleEvent(WebCore::PositionError*)’:
WebCore/bindings/v8/custom/V8CustomPositionErrorCallback.cpp:68: error: no matching function for call to ‘toV8(WebCore::PositionError*&)’
out/Release/obj/gen/webkit/bindings/V8Event.h:49: note: candidates are: v8::Handle<v8::Value> WebCore::toV8(WebCore::Event*)
out/Release/obj/gen/webkit/bindings/V8Event.h:50: note:                 v8::Handle<v8::Value> WebCore::toV8(WTF::PassRefPtr<WebCore::Event>)
out/Release/obj/gen/webkit/bindings/V8XPathNSResolver.h:47: note:                 v8::Handle<v8::Value> WebCore::toV8(WebCore::XPathNSResolver*)
out/Release/obj/gen/webkit/bindings/V8XPathNSResolver.h:48: note:                 v8::Handle<v8::Value> WebCore::toV8(WTF::PassRefPtr<WebCore::XPathNSResolver>)
make: *** [out/Release/obj.target/webcore/WebCore/bindings/v8/custom/V8CustomPositionCallback.o] Error 1

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