| Index: third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl b/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| index e33d4f2d7f78703ee45288d700efc8ae77469063..5de32bfd799b8f7d7efcda7cffd80d46f5e79e51 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| +++ b/third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl
|
| @@ -8,7 +8,6 @@
|
| Constructor(unrestricted double x, unrestricted double y,
|
| unrestricted double z, unrestricted double w),
|
| // FIXME: Exposed=(Window,Worker)
|
| - GarbageCollected,
|
| RuntimeEnabled=GeometryInterfaces,
|
| ] interface DOMPointReadOnly {
|
| readonly attribute unrestricted double x;
|
|
|