Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(325)

Unified Diff: Source/bindings/tests/idls/TestInterfaceConstructor.idl

Issue 434133002: Support WebIDL's ExtendedAttributeIdentList in the Blink parser (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/bindings/tests/idls/TestInterfaceConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceConstructor.idl b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
index 1529cc7465d5cf8f90a4de15f87bfa9b656d1ddd..f82e44c6d97deea14d02b90a881c6e7301f3c20a 100644
--- a/Source/bindings/tests/idls/TestInterfaceConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceConstructor.idl
@@ -43,7 +43,7 @@
Constructor(DOMString arg, optional DOMString optArg),
Constructor(DOMString arg, DOMString arg2, DOMString arg3),
NamedConstructor=Audio(DOMString arg, optional DOMString optArg),
- ConstructorCallWith=ExecutionContext&Document,
+ ConstructorCallWith=(ExecutionContext,Document),
MeasureAs=TestFeature,
RaisesException=Constructor,
] interface TestInterfaceConstructor {

Powered by Google App Engine
This is Rietveld 408576698