| 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 b31fa6bbe46b7341472fb67a26daba01bbe512ca..0ac0a68fd4b74a819d1fdf6c8b72b604402d2f90 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,5 @@ dictionary TestDictionary {
|
| EventTarget eventTargetMember;
|
| any anyMember = null;
|
| Dictionary dictionaryMember;
|
| + [RuntimeEnabled=runtimeFeature] boolean runtimeMember;
|
| };
|
|
|