summaryrefslogtreecommitdiff
path: root/Source/WebCore/css/WebKitCSSMatrix.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/css/WebKitCSSMatrix.idl')
-rw-r--r--Source/WebCore/css/WebKitCSSMatrix.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/WebKitCSSMatrix.idl b/Source/WebCore/css/WebKitCSSMatrix.idl
index f2173bf19..c6adabfa4 100644
--- a/Source/WebCore/css/WebKitCSSMatrix.idl
+++ b/Source/WebCore/css/WebKitCSSMatrix.idl
@@ -101,7 +101,7 @@ module css {
// Passing a NaN will use a value of 0.
[Immutable] WebKitCSSMatrix skewY(in [Optional=CallWithDefaultValue] double angle);
- [DontEnum] DOMString toString();
+ [NotEnumerable] DOMString toString();
};
}