| Index: third_party/WebKit/Source/core/dom/DOMMatrix.idl
 | 
| diff --git a/third_party/WebKit/Source/core/dom/DOMMatrix.idl b/third_party/WebKit/Source/core/dom/DOMMatrix.idl
 | 
| index 5531bd5122eea6a2d7f9760920b860e8a5361809..48170aab09bc9480bd73be928434396e90222209 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/DOMMatrix.idl
 | 
| +++ b/third_party/WebKit/Source/core/dom/DOMMatrix.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 DOMMatrix : DOMMatrixReadOnly {
 | 
|      [RaisesException, NewObject] static DOMMatrix fromMatrix(optional DOMMatrixInit other);
 | 
| 
 |