| Index: third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| index 56d6faadfce9b197888f7e7e21734ce16c56b652..b946fa73547aee6e2ab3db5a075fbf7f122e1672 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl
|
| @@ -9,7 +9,7 @@
|
| Constructor(DOMString transformList),
|
| Constructor(sequence<unrestricted double> numberSequence),
|
| RaisesException=Constructor,
|
| - // FIXME: Exposed=(Window,Worker)
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMMatrixReadOnly {
|
| [RaisesException, NewObject] static DOMMatrixReadOnly fromMatrix(optional DOMMatrixInit other);
|
|
|