| Index: Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/Source/bindings/tests/idls/core/TestObject.idl b/Source/bindings/tests/idls/core/TestObject.idl
|
| index 582be1abc32252cd3f16bf6f1896b8de2f23e73b..d13ce3bb13835627ad236ace4917b47a844a24df 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -239,6 +239,7 @@ interface TestObject {
|
| [Reflect, ReflectOnly=("empty","missing","invalid","a-normal"), ReflectEmpty="empty", ReflectMissing="missing", ReflectInvalid="invalid"] readonly attribute DOMString limitedWithEmptyMissingInvalidAttribute;
|
|
|
| [Replaceable] readonly attribute long replaceableReadonlyLongAttribute;
|
| + [Replaceable, ExposeJSAccessors] readonly attribute long replaceableReadonlyLongAccessor;
|
| [PutForwards=href] readonly attribute TestNode locationPutForwards;
|
| [RuntimeEnabled=FeatureName] attribute long runtimeEnabledLongAttribute;
|
| [PerContextEnabled=FeatureName, RuntimeEnabled=FeatureName] attribute long perContextEnabledRuntimeEnabledLongAttribute;
|
|
|