| Index: Source/core/css/WebKitCSSMatrix.idl
|
| diff --git a/Source/core/css/WebKitCSSMatrix.idl b/Source/core/css/WebKitCSSMatrix.idl
|
| index 08ee79783c58b7de6ba4fa0cfe15b568692b5c1c..724c9466e3e0416a50eef4c8274496007a6108fe 100644
|
| --- a/Source/core/css/WebKitCSSMatrix.idl
|
| +++ b/Source/core/css/WebKitCSSMatrix.idl
|
| @@ -100,6 +100,6 @@
|
| // Passing a NaN will use a value of 0.
|
| [Immutable] WebKitCSSMatrix skewY([Default=Undefined] optional double angle);
|
|
|
| - [NotEnumerable] DOMString toString();
|
| + DOMString toString();
|
| };
|
|
|
|
|