[Webkit-unassigned] [Bug 65717] Remove LegacyDefaultOptionalArguments flag from Document.idl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 4 16:36:41 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65717
--- Comment #3 from Mark Pilgrim <pilgrim at chromium.org> 2011-08-04 16:36:41 PST ---
(In reply to comment #2)
> (From update of attachment 102979 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=102979&action=review
>
> > Source/WebCore/dom/Document.idl:46
> > - [ReturnsNew] EntityReference createEntityReference(in DOMString name)
> > + [ReturnsNew] EntityReference createEntityReference(in [Optional=CallWithDefaultValue] DOMString name)
>
> Crazy. I have no idea what ReturnsNew means.
In NativeToJSValue, it adds an extra ", true" parameter when calling toV8(). No idea what that does though.
--
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