| 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 050223923d39f65c4469e4b5f7b189177a17f145..f200995d8f35e542d3f8495a5d35a0e6ad999b60 100644
|
| --- a/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -263,6 +263,8 @@ interface TestObject {
|
| [Unforgeable] attribute long unforgeableLongAttribute;
|
| [Measure] attribute long measuredLongAttribute;
|
| [SameObject] attribute TestInterface sameObjectAttribute;
|
| + [Unscopeable] attribute long unscopeableLongAttribute;
|
| + [Unscopeable] void unscopeableVoidMethod();
|
|
|
|
|
| // Methods
|
|
|