| Index: third_party/WebKit/Source/core/dom/DOMRect.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMRect.idl b/third_party/WebKit/Source/core/dom/DOMRect.idl
|
| index 782cc41646739bb943a91a7c58bbd416f0e3b640..dfda1bfc4cd0fb2a5f341dc6132624fd0c1fb208 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMRect.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMRect.idl
|
| @@ -9,7 +9,7 @@
|
| optional unrestricted double y = 0,
|
| optional unrestricted double width = 0,
|
| optional unrestricted double height = 0),
|
| - // FIXME: Exposed=(Window,Worker)
|
| + Exposed=(Window,Worker),
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMRect : DOMRectReadOnly {
|
| [NewObject] static DOMRect fromRect(optional DOMRectInit other);
|
|
|