| 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 ef58931eadc097eeeb0d205416a6a8ea87171c73..73de7576f86f1f2bb4b17bdecd8a7349fd438c6a 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| @@ -39,5 +39,6 @@ dictionary TestDictionary {
|
| [PrefixGet] object prefixGetMember;
|
| record<ByteString, byte> recordMember;
|
| record<USVString, TestObject> garbageCollectedRecordMember;
|
| + record<ByteString, (long or boolean)> unionInRecordMember;
|
| (Float or BooleanType) unionWithTypedefs;
|
| };
|
|
|