| 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
|
|
|