| 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 58a244516785378651966ce62cb2a2870c6f8420..18d113f27eda2a3ca47742c3602576a62e426155 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
|
| @@ -36,4 +36,5 @@ dictionary TestDictionary {
|
| any anyMember = null;
|
| Dictionary dictionaryMember;
|
| [RuntimeEnabled=runtimeFeature] boolean runtimeMember;
|
| + [PrefixGet] object prefixGetMember;
|
| };
|
|
|