Bug 118310

Summary: Missing allow-none introspection annotation for DomDocument.evaluate method
Product: WebKit Reporter: Niranjan Rao <nhrdls>
Component: WebKitGTKAssignee: Alberto Garcia <berto>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, cgarcia, commit-queue, mrobinson
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mrobinson: review+

Description Niranjan Rao 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.
Comment 1 Alberto Garcia 2013-09-14 10:03:48 PDT
Created attachment 211653 [details]
Patch

This should be as simple as this.
Comment 2 Alberto Garcia 2013-09-14 12:20:06 PDT
Committed r155778: <http://trac.webkit.org/changeset/155778>