[Webkit-unassigned] [Bug 108799] [CPP, GObj, ObjC] Add checks for unsupported Web IDL features, remove #if V8/JS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 17:56:34 PST 2013


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





--- Comment #10 from Nils Barth <nbarth at google.com>  2013-02-04 17:58:40 PST ---
(In reply to comment #9)
> (From update of attachment 186336 [details])
> Attachment 186336 [details] did not pass gtk-ews (gtk):
> Output: http://queues.webkit.org/results/16367217

GObject binding build failure, looks like GObject does support (and requires) DOMStringList.
Will fix, and try building locally to avoid noise.

Exact failure looks like:

DerivedSources/webkitdom/WebKitDOMDOMSecurityPolicy.cpp: In function 'void webkit_dom_dom_security_policy_get_property(GObject*, guint, GValue*, GParamSpec*)':
DerivedSources/webkitdom/WebKitDOMDOMSecurityPolicy.cpp:135:56: error: no matching function for call to 'kit(WebCore::DOMStringList*)'
DerivedSources/webkitdom/WebKitDOMDOMSecurityPolicy.cpp:135:56: note: candidates are:
../../Source/WebCore/bindings/gobject/WebKitDOMBinding.h:41:16: note: WebKitDOMNode* WebKit::kit(WebCore::Node*)
../../Source/WebCore/bindings/gobject/WebKitDOMBinding.h:41:16: note:   no known conversion for argument 1 from 'WebCore::DOMStringList*' to 'WebCore::Node*'

...which seems pretty clearly DOMStringList.

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