Index: Source/bindings/tests/idls/core/TestDictionary.idl |
diff --git a/Source/bindings/tests/idls/core/TestDictionary.idl b/Source/bindings/tests/idls/core/TestDictionary.idl |
index 776a05e646d0766ed67e2fff19d1f5ade8812151..8f2913d6f6a638a351bd730917e085481ede9518 100644 |
--- a/Source/bindings/tests/idls/core/TestDictionary.idl |
+++ b/Source/bindings/tests/idls/core/TestDictionary.idl |
@@ -4,9 +4,7 @@ |
enum TestEnum { "foo", "bar", "baz" }; |
-[ |
- GarbageCollected, |
-] dictionary TestDictionary { |
+dictionary TestDictionary { |
boolean booleanMember; |
long longMember = 1; |
DOMString stringMember; |