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.idl9
1 files changed, 7 insertions, 2 deletions
diff --git a/WebCore/css/WebKitCSSMatrix.idl b/WebCore/css/WebKitCSSMatrix.idl
index 9d6c897..fc45ebe 100644
--- a/WebCore/css/WebKitCSSMatrix.idl
+++ b/WebCore/css/WebKitCSSMatrix.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Apple Inc. All Rights Reserved.
+ * Copyright (C) 2008, 2010 Apple Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -26,7 +26,12 @@
module css {
// Introduced in DOM Level ?:
- interface [CustomConstructor] WebKitCSSMatrix {
+ interface [
+ CanBeConstructed,
+ CustomConstructFunction,
+ ConstructorParameters=1,
+ V8CustomConstructor
+ ] WebKitCSSMatrix {
// These attributes are simple aliases for certain elements of the 4x4 matrix
attribute double a; // alias for m11