Index: Source/core/dom/DOMRectReadOnly.idl |
diff --git a/Source/core/dom/DOMRectReadOnly.idl b/Source/core/dom/DOMRectReadOnly.idl |
index 87b80da077f3c9060173b557c4bbb65eaa36aff0..50e05a55402b596fa90f49853bba6e478143b71e 100644 |
--- a/Source/core/dom/DOMRectReadOnly.idl |
+++ b/Source/core/dom/DOMRectReadOnly.idl |
@@ -6,7 +6,6 @@ |
Constructor(unrestricted double x, unrestricted double y, |
unrestricted double width, unrestricted double height), |
GarbageCollected, |
- NotScriptWrappable, |
RuntimeEnabled=GeometryInterfaces, |
] interface DOMRectReadOnly { |
readonly attribute unrestricted double x; |