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