| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| index 73de7576f86f1f2bb4b17bdecd8a7349fd438c6a..e3f05ea0b031b6f34a6b06d6d2d42662e77f8bd2 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| @@ -40,5 +40,6 @@ dictionary TestDictionary {
|
| record<ByteString, byte> recordMember;
|
| record<USVString, TestObject> garbageCollectedRecordMember;
|
| record<ByteString, (long or boolean)> unionInRecordMember;
|
| + record<DOMString, any> anyInRecordMember;
|
| (Float or BooleanType) unionWithTypedefs;
|
| };
|
|
|