| Index: core/css/WebKitCSSMatrix.idl
|
| diff --git a/core/css/WebKitCSSMatrix.idl b/core/css/WebKitCSSMatrix.idl
|
| index 0016fcfdc8089736f9e3c4a913f073cc9ec0b34d..08ee79783c58b7de6ba4fa0cfe15b568692b5c1c 100644
|
| --- a/core/css/WebKitCSSMatrix.idl
|
| +++ b/core/css/WebKitCSSMatrix.idl
|
| @@ -25,9 +25,10 @@
|
|
|
| // Introduced in DOM Level ?:
|
| [
|
| - Constructor([Default=NullString] optional DOMString cssValue),
|
| + Constructor(optional DOMString cssValue = null),
|
| ImplementedAs=CSSMatrix,
|
| - RaisesException=Constructor
|
| + RaisesException=Constructor,
|
| + WillBeGarbageCollected
|
| ] interface WebKitCSSMatrix {
|
|
|
| // These attributes are simple aliases for certain elements of the 4x4 matrix
|
|
|