RESOLVED FIXED Bug 118310
Missing allow-none introspection annotation for DomDocument.evaluate method
https://bugs.webkit.org/show_bug.cgi?id=118310
Summary Missing allow-none introspection annotation for DomDocument.evaluate method
Niranjan Rao
Reported 2013-07-02 10:36:41 PDT
For the method webkit_dom_document_evaluate, parameter WebKitDOMXPathResult can be null. However this is not reflected in languages which use introspection and hence can not pass null value. Tried on Ubuntu 12.04 and 13.04 Desktop.
Attachments
Patch (1.58 KB, patch)
2013-09-14 10:03 PDT, Alberto Garcia
mrobinson: review+
Alberto Garcia
Comment 1 2013-09-14 10:03:48 PDT
Created attachment 211653 [details] Patch This should be as simple as this.
Alberto Garcia
Comment 2 2013-09-14 12:20:06 PDT
Note You need to log in before you can comment on or make changes to this bug.