Index: Source/core/dom/DOMPointReadOnly.idl |
diff --git a/Source/core/dom/DOMPointReadOnly.idl b/Source/core/dom/DOMPointReadOnly.idl |
index 6fa6110bb41a5f6cfd5d0fd8375d0986ebe5d2b9..a02868d27b16ff2dc343dd6b1297ac8cce5bacbb 100644 |
--- a/Source/core/dom/DOMPointReadOnly.idl |
+++ b/Source/core/dom/DOMPointReadOnly.idl |
@@ -6,7 +6,6 @@ |
Constructor(unrestricted double x, unrestricted double y, |
unrestricted double z, unrestricted double w), |
GarbageCollected, |
- NotScriptWrappable, |
RuntimeEnabled=GeometryInterfaces, |
] interface DOMPointReadOnly { |
readonly attribute unrestricted double x; |