| 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 e625982cb10fb402ef81a49f3f993a97168d4065..db84295cd4687cc8737010cdafcab6697e443084 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -262,7 +262,9 @@ interface TestObject {
|
| [Measure] attribute long measuredLongAttribute;
|
| [SameObject] attribute TestInterface sameObjectAttribute;
|
| [Unscopeable] attribute long unscopeableLongAttribute;
|
| + [Unscopeable, RuntimeEnabled=FeatureName] attribute long unscopeableRuntimeEnabledLongAttribute;
|
| [Unscopeable] void unscopeableVoidMethod();
|
| + [Unscopeable, RuntimeEnabled=FeatureName] void unscopeableRuntimeEnabledVoidMethod();
|
|
|
|
|
| // Methods
|
|
|