| 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 9ecc81f0241cea4e55fb7d6f309ac4f72f582ab0..bbf2ffaec85113081bb6ee576a4f012daca72fd0 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| +++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestObject.idl
|
| @@ -259,7 +259,8 @@ interface TestObject {
|
| [Reflect=reflectUrlAttribute, URL] attribute DOMString urlStringAttribute;
|
| [Unforgeable] attribute long unforgeableLongAttribute;
|
| [Measure] attribute long measuredLongAttribute;
|
| - [SameObject] attribute TestInterface sameObjectAttribute;
|
| + [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;
|
|
|