Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMPointInit.idl
index b1d7090..c11785e 100644 (file)
@@ -4,9 +4,7 @@
 
 // Spec: http://dev.w3.org/fxtf/geometry/#DOMPoint
 
-[
-    GarbageCollected
-] dictionary DOMPointInit {
+dictionary DOMPointInit {
     unrestricted double x = 0;
     unrestricted double y = 0;
     unrestricted double z = 0;