| Index: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/SimpleLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| similarity index 89%
|
| rename from third_party/WebKit/Source/core/css/cssom/SimpleLength.idl
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| index dd6af73e8937b911abafceab1203f36bb5e51b35..a9f8b312db1a8bd81b1097c36a5443aec1410d98 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/SimpleLength.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
|
| @@ -6,7 +6,7 @@
|
| Constructor(double value, DOMString type),
|
| RaisesException=Constructor,
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface SimpleLength : CSSLengthValue {
|
| +] interface CSSSimpleLength : CSSLengthValue {
|
| [EnforceRange] attribute double value;
|
| [ImplementedAs=unit] readonly attribute LengthType type;
|
| };
|
|
|