| Index: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/PositionValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
|
| similarity index 88%
|
| rename from third_party/WebKit/Source/core/css/cssom/PositionValue.idl
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
|
| index 5e405ec440224d8214b94720e387edcbeabd3ce7..8323f2b506477cc39727fad724a5885a8de7b656 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/PositionValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
|
| @@ -5,7 +5,7 @@
|
| [
|
| Constructor(LengthValue x, LengthValue y),
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface PositionValue : StyleValue {
|
| +] interface CSSPositionValue : StyleValue {
|
| readonly attribute LengthValue x;
|
| readonly attribute LengthValue y;
|
| };
|
|
|