Index: Source/core/dom/DOMPointInit.idl |
diff --git a/Source/core/dom/DOMPointInit.idl b/Source/core/dom/DOMPointInit.idl |
index b1d7090f7fb20649f180d897adc7c8791e16d874..c11785e49928a39d0df3c2e89e3933a7bb3a96c2 100644 |
--- a/Source/core/dom/DOMPointInit.idl |
+++ b/Source/core/dom/DOMPointInit.idl |
@@ -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; |