| Index: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| index 62bc25de82f06530ac85d3e042fd6bcab0f5af26..5af5e3a788ef51b687f2416832dc7f8a2fe53238 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| @@ -8,6 +8,6 @@
|
| RaisesException=Constructor,
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface CSSSimpleLength : CSSLengthValue {
|
| - [EnforceRange] attribute double value;
|
| + [EnforceRange] readonly attribute double value;
|
| [ImplementedAs=unit] readonly attribute LengthType type;
|
| };
|
|
|