Index: Source/core/css/WebKitCSSMatrix.idl |
diff --git a/Source/core/css/WebKitCSSMatrix.idl b/Source/core/css/WebKitCSSMatrix.idl |
index 8f2dc550795e56ca1d034de99e325e8fb4c31d70..557dc03d5865c2b949fb5bedb3f96cde3199aa31 100644 |
--- a/Source/core/css/WebKitCSSMatrix.idl |
+++ b/Source/core/css/WebKitCSSMatrix.idl |
@@ -26,6 +26,7 @@ |
// Introduced in DOM Level ?: |
[ |
Constructor(optional DOMString cssValue = null), |
+ ConstructorCallWith=ExecutionContext, |
ImplementedAs=CSSMatrix, |
RaisesException=Constructor, |
WillBeGarbageCollected |