| 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 18d113f27eda2a3ca47742c3602576a62e426155..01aad3f0a22f46d4e2da81d42618224f3c9d7577 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| @@ -37,4 +37,6 @@ dictionary TestDictionary {
|
| Dictionary dictionaryMember;
|
| [RuntimeEnabled=runtimeFeature] boolean runtimeMember;
|
| [PrefixGet] object prefixGetMember;
|
| + record<ByteString, byte> recordMember;
|
| + record<USVString, TestObject> oilpanRecordMember;
|
| };
|
|
|