| Index: third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| index 859ecb6b5844d31daa15981dc804805a84654355..e74e3c958392a182cf10aa910ebc103cba644b0f 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl
|
| @@ -7,7 +7,7 @@
|
| [
|
| Constructor(optional unrestricted double x = 0, 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 DOMRectReadOnly {
|
| [NewObject] static DOMRectReadOnly fromRect(optional DOMRectInit other);
|
|
|