| 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 f6d9f3869341a4de80b693dbcddffe228f27bd7e..582be1abc32252cd3f16bf6f1896b8de2f23e73b 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -239,7 +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, PutForwards=href] readonly attribute TestNode locationReplaceable;
|
| + [PutForwards=href] readonly attribute TestNode locationPutForwards;
|
| [RuntimeEnabled=FeatureName] attribute long runtimeEnabledLongAttribute;
|
| [PerContextEnabled=FeatureName, RuntimeEnabled=FeatureName] attribute long perContextEnabledRuntimeEnabledLongAttribute;
|
| [Conditional=CONDITION, RuntimeEnabled=FeatureName] attribute long conditionalRuntimeEnabledLongAttribute;
|
|
|