| Index: third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| index 6c1c3781a2ce24e8098865fc1ad837ef38396577..ceddfb99ef157d7433265348f771dcc6f42def5f 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -261,11 +261,11 @@ interface TestObject {
|
| [Measure] attribute long measuredLongAttribute;
|
| [SameObject] readonly attribute TestInterface sameObjectAttribute;
|
| [SameObject, SaveSameObject] readonly attribute TestInterface saveSameObjectAttribute;
|
| - [Unscopeable] attribute long unscopeableLongAttribute;
|
| - [Unscopeable, OriginTrialEnabled=FeatureName] attribute long unscopeableOriginTrialEnabledLongAttribute;
|
| - [Unscopeable, RuntimeEnabled=FeatureName] attribute long unscopeableRuntimeEnabledLongAttribute;
|
| - [Unscopeable] void unscopeableVoidMethod();
|
| - [Unscopeable, RuntimeEnabled=FeatureName] void unscopeableRuntimeEnabledVoidMethod();
|
| + [Unscopable] attribute long unscopableLongAttribute;
|
| + [Unscopable, OriginTrialEnabled=FeatureName] attribute long unscopableOriginTrialEnabledLongAttribute;
|
| + [Unscopable, RuntimeEnabled=FeatureName] attribute long unscopableRuntimeEnabledLongAttribute;
|
| + [Unscopable] void unscopableVoidMethod();
|
| + [Unscopable, RuntimeEnabled=FeatureName] void unscopableRuntimeEnabledVoidMethod();
|
|
|
|
|
| // Methods
|
|
|