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

Unified Diff: Source/bindings/tests/idls/TestNamedConstructor.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/tests/idls/TestInterface.idl ('k') | Source/core/css/WebKitCSSMatrix.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/tests/idls/TestNamedConstructor.idl
diff --git a/Source/bindings/tests/idls/TestNamedConstructor.idl b/Source/bindings/tests/idls/TestNamedConstructor.idl
index 95777f652e9e060adf563b7e66a543ade1831519..d47c50348262f69ed94c6090c5afda88cd402c56 100644
--- a/Source/bindings/tests/idls/TestNamedConstructor.idl
+++ b/Source/bindings/tests/idls/TestNamedConstructor.idl
@@ -31,6 +31,6 @@
[
ActiveDOMObject,
NamedConstructor=Audio(DOMString str1, [Default=Undefined] optional DOMString str2, [Default=NullString] optional DOMString str3),
- RaisesException
+ ConstructorRaisesException
] interface TestNamedConstructor {
};
« no previous file with comments | « Source/bindings/tests/idls/TestInterface.idl ('k') | Source/core/css/WebKitCSSMatrix.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698