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

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

Issue 15821017: Use "Constructor" prefix for IDL extended attributes applying to the constructor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « Source/bindings/scripts/IDLAttributes.txt ('k') | Source/bindings/tests/idls/TestNamedConstructor.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestInterface.idl
diff --git a/Source/bindings/tests/idls/TestInterface.idl b/Source/bindings/tests/idls/TestInterface.idl
index 180f57c4d036ddbfaa1f95f9702b164f388b98a6..52d2150805614636c9da1df0de0c894aef3f3157 100644
--- a/Source/bindings/tests/idls/TestInterface.idl
+++ b/Source/bindings/tests/idls/TestInterface.idl
@@ -31,9 +31,9 @@
[
ActiveDOMObject,
Conditional=Condition1|Condition2,
- CallWith=ScriptExecutionContext,
+ ConstructorCallWith=ScriptExecutionContext,
Constructor(DOMString str1, [Default=Undefined] optional DOMString str2),
- RaisesException
+ ConstructorRaisesException
] interface TestInterface {
[ImplementedAs=getItem] getter (Node or NodeList)(DOMString name);
[Custom] setter Node (DOMString name, Node value);
« no previous file with comments | « Source/bindings/scripts/IDLAttributes.txt ('k') | Source/bindings/tests/idls/TestNamedConstructor.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698