RESOLVED WONTFIX 112447
The CPP, GObject and ObjC binding generators need to use correct signatures for nullable types.
https://bugs.webkit.org/show_bug.cgi?id=112447
Summary The CPP, GObject and ObjC binding generators need to use correct signatures f...
Peter Beverloo
Reported 2013-03-15 08:09:04 PDT
Without changing the externally visible behavior of the CPP, GObject and ObjC binding generators, update them to call the WebCore methods associated with nullable attributes with the correct signatures. Nullable attributes insert an additional parameter in their call to the associated WebCore method, namely "bool& isNull". If these code generators do not supply them, the generated code won't be able to compile. Tested by the TestObj.idl file.
Attachments
Patch (28.41 KB, patch)
2013-03-15 08:13 PDT, Peter Beverloo
no flags
Peter Beverloo
Comment 1 2013-03-15 08:13:09 PDT
Peter Beverloo
Comment 2 2013-03-15 08:13:51 PDT
The EWS won't be able to process this as it depends on the patch in Bug 111728.
Peter Beverloo
Comment 3 2013-03-15 08:54:58 PDT
Comment on attachment 193312 [details] Patch We're doing the full patch in bug 111728 after all.
Note You need to log in before you can comment on or make changes to this bug.