summaryrefslogtreecommitdiffstats
path: root/WebCore/css/WebKitCSSMatrix.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/WebKitCSSMatrix.idl')
-rw-r--r--WebCore/css/WebKitCSSMatrix.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/WebKitCSSMatrix.idl b/WebCore/css/WebKitCSSMatrix.idl
index 6b22da1..9d6c897 100644
--- a/WebCore/css/WebKitCSSMatrix.idl
+++ b/WebCore/css/WebKitCSSMatrix.idl
@@ -26,7 +26,7 @@
module css {
// Introduced in DOM Level ?:
- interface WebKitCSSMatrix {
+ interface [CustomConstructor] WebKitCSSMatrix {
// These attributes are simple aliases for certain elements of the 4x4 matrix
attribute double a; // alias for m11