| 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 07c0b491fbcc64f1d62ea109242467f2d83d1fe9..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 : LengthValue {
|
| +] interface CSSSimpleLength : CSSLengthValue {
|
| [EnforceRange] attribute double value;
|
| [ImplementedAs=unit] readonly attribute LengthType type;
|
| };
|
|
|