Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMPointReadOnly.idl
index a02868d..6fa6110 100644 (file)
@@ -6,6 +6,7 @@
     Constructor(unrestricted double x, unrestricted double y,
                 unrestricted double z, unrestricted double w),
     GarbageCollected,
+    NotScriptWrappable,
     RuntimeEnabled=GeometryInterfaces,
 ] interface DOMPointReadOnly {
     readonly attribute unrestricted double x;