| 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 f07e4d0472c5b72938e816856559a3c0cb132097..b86cfc36feaa690ddc7797569cd9efb9598c847d 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -218,6 +218,7 @@ interface TestObject {
|
| [Measure] attribute long measuredLongAttribute;
|
| [SameObject] readonly attribute TestInterface sameObjectAttribute;
|
| [SameObject, SaveSameObject] readonly attribute TestInterface saveSameObjectAttribute;
|
| + [SameObject, SaveSameObject] static readonly attribute TestInterface staticSaveSameObjectAttribute;
|
| [Unscopable] attribute long unscopableLongAttribute;
|
| [Unscopable, OriginTrialEnabled=FeatureName] attribute long unscopableOriginTrialEnabledLongAttribute;
|
| [Unscopable, RuntimeEnabled=FeatureName] attribute long unscopableRuntimeEnabledLongAttribute;
|
|
|