| Index: Source/core/css/WebKitCSSMatrix.idl
|
| diff --git a/Source/core/css/WebKitCSSMatrix.idl b/Source/core/css/WebKitCSSMatrix.idl
|
| index 8f2dc550795e56ca1d034de99e325e8fb4c31d70..76747ca34277c8ec65357fb5a6f9e35f58f2648b 100644
|
| --- a/Source/core/css/WebKitCSSMatrix.idl
|
| +++ b/Source/core/css/WebKitCSSMatrix.idl
|
| @@ -28,6 +28,7 @@
|
| Constructor(optional DOMString cssValue = null),
|
| ImplementedAs=CSSMatrix,
|
| RaisesException=Constructor,
|
| + Exposed=(Window,Worker),
|
| WillBeGarbageCollected
|
| ] interface WebKitCSSMatrix {
|
|
|
|
|