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

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

Issue 340443004: IDL: reuse more code between CG for methods and constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename scriptContext -> executionContext Created 6 years, 6 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/TestInterfaceNamedConstructor.idl
diff --git a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
index f75053ee637247d857474ddba8877593f6697291..bc8a06bee84a75fc07fcaf32713d2ed59008e9e3 100644
--- a/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
+++ b/Source/bindings/tests/idls/TestInterfaceNamedConstructor.idl
@@ -35,6 +35,7 @@
[Default=Undefined] optional DOMString defaultUndefinedOptionalStringArg,
optional DOMString defaultNullStringOptionalstringArg = null,
optional DOMString optionalStringArg),
+ ConstructorCallWith=Document,
RaisesException=Constructor,
] interface TestInterfaceNamedConstructor {
// An attribute of type {interface_name}ConstructorConstructor is generated
« no previous file with comments | « Source/bindings/tests/idls/TestInterfaceEventTarget.idl ('k') | Source/bindings/tests/results/V8TestInterface.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698