| Index: Source/core/testing/InternalDictionary.idl
|
| diff --git a/Source/core/testing/InternalDictionary.idl b/Source/core/testing/InternalDictionary.idl
|
| index d0c4e600c4c9b65ec82fb4ae0a5b3727eb842aa0..fd6724ff8d6cc381b9742ca465abbb31b917351a 100644
|
| --- a/Source/core/testing/InternalDictionary.idl
|
| +++ b/Source/core/testing/InternalDictionary.idl
|
| @@ -4,9 +4,7 @@
|
|
|
| enum InternalEnum { "foo", "bar", "baz" };
|
|
|
| -[
|
| - GarbageCollected
|
| -] dictionary InternalDictionary {
|
| +dictionary InternalDictionary {
|
| long longMember;
|
| long longMemberWithDefault = 42;
|
| long? longOrNullMember;
|
|
|