Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / css / WebKitCSSMatrix.idl
index 08ee797..8f2dc55 100644 (file)
     // Passing a NaN will use a value of 0.
     [Immutable] WebKitCSSMatrix skewY([Default=Undefined] optional double angle);
 
-    [NotEnumerable] DOMString toString();
+    [NotEnumerable] stringifier;
 };