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

Unified Diff: Source/core/css/WebKitCSSMatrix.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/TestNamedConstructor.idl ('k') | Source/core/dom/Comment.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSMatrix.idl
diff --git a/Source/core/css/WebKitCSSMatrix.idl b/Source/core/css/WebKitCSSMatrix.idl
index 95eb35c501859e77b5440888d5aaccb90600559f..fa581b4fcd24a5b57889d4eaef9b8d0b0106384f 100644
--- a/Source/core/css/WebKitCSSMatrix.idl
+++ b/Source/core/css/WebKitCSSMatrix.idl
@@ -27,7 +27,7 @@
[
Constructor([Default=NullString] optional DOMString cssValue),
ImplementedAs=CSSMatrix,
- RaisesException
+ ConstructorRaisesException
] interface WebKitCSSMatrix {
// These attributes are simple aliases for certain elements of the 4x4 matrix
« no previous file with comments | « Source/bindings/tests/idls/TestNamedConstructor.idl ('k') | Source/core/dom/Comment.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698