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

Unified Diff: Source/core/css/WebKitCSSMatrix.idl

Issue 312683005: IDL: Support optional argument default value syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: address nits 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
« no previous file with comments | « Source/core/css/FontFaceSet.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 18f93eddf3c22ee466cf127bb2f1cd2a00fc768e..08ee79783c58b7de6ba4fa0cfe15b568692b5c1c 100644
--- a/Source/core/css/WebKitCSSMatrix.idl
+++ b/Source/core/css/WebKitCSSMatrix.idl
@@ -25,7 +25,7 @@
// Introduced in DOM Level ?:
[
- Constructor([Default=NullString] optional DOMString cssValue),
+ Constructor(optional DOMString cssValue = null),
ImplementedAs=CSSMatrix,
RaisesException=Constructor,
WillBeGarbageCollected
« no previous file with comments | « Source/core/css/FontFaceSet.idl ('k') | Source/core/dom/Comment.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698