[Webkit-unassigned] [Bug 65737] Remove LegacyDefaultOptionalArguments flag from canvas IDL files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 4 19:00:38 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65737
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #103021|review? |review+
Flag| |
--- Comment #2 from Adam Barth <abarth at webkit.org> 2011-08-04 19:00:38 PST ---
(From update of attachment 103021)
View in context: https://bugs.webkit.org/attachment.cgi?id=103021&action=review
> Source/WebCore/html/canvas/OESVertexArrayObject.idl:38
> - [StrictTypeChecking] void deleteVertexArrayOES(in WebGLVertexArrayObjectOES arrayObject);
> - [StrictTypeChecking] boolean isVertexArrayOES(in WebGLVertexArrayObjectOES arrayObject);
> - [StrictTypeChecking] void bindVertexArrayOES(in WebGLVertexArrayObjectOES arrayObject) raises(DOMException);
> + [StrictTypeChecking] void deleteVertexArrayOES(in [Optional=CallWithDefaultValue] WebGLVertexArrayObjectOES arrayObject);
> + [StrictTypeChecking] boolean isVertexArrayOES(in [Optional=CallWithDefaultValue] WebGLVertexArrayObjectOES arrayObject);
> + [StrictTypeChecking] void bindVertexArrayOES(in [Optional=CallWithDefaultValue] WebGLVertexArrayObjectOES arrayObject) raises(DOMException);
Is there any bad interaction between StrictTypeChecking and CallWithDefaultValue?
--
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