Chromium Code Reviews| Index: core/css/WebKitCSSMatrix.idl |
| diff --git a/core/css/WebKitCSSMatrix.idl b/core/css/WebKitCSSMatrix.idl |
| index 08ee79783c58b7de6ba4fa0cfe15b568692b5c1c..8f2dc550795e56ca1d034de99e325e8fb4c31d70 100644 |
| --- a/core/css/WebKitCSSMatrix.idl |
| +++ b/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(); |
| + [NotEnumerable] stringifier; |
| }; |