| Index: Source/core/testing/InternalDictionary.idl
|
| diff --git a/Source/core/testing/InternalDictionary.idl b/Source/core/testing/InternalDictionary.idl
|
| index f7feaf34f9bac9b41be6928d6b4a74cbaf48baef..d0c4e600c4c9b65ec82fb4ae0a5b3727eb842aa0 100644
|
| --- a/Source/core/testing/InternalDictionary.idl
|
| +++ b/Source/core/testing/InternalDictionary.idl
|
| @@ -22,4 +22,6 @@ enum InternalEnum { "foo", "bar", "baz" };
|
| InternalEnum? enumOrNullMember;
|
| Element elementMember;
|
| Element? elementOrNullMember;
|
| + object objectMember;
|
| + object? objectOrNullMemberWithDefault = null;
|
| };
|
|
|