| Index: third_party/WebKit/Source/core/css/cssom/PositionValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/PositionValue.idl b/third_party/WebKit/Source/core/css/cssom/PositionValue.idl
|
| index 5e405ec440224d8214b94720e387edcbeabd3ce7..b26dc580ef6f778c018495b4f5d5121b554397f5 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/PositionValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/PositionValue.idl
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - Constructor(LengthValue x, LengthValue y),
|
| + Constructor(CSSLengthValue x, CSSLengthValue y),
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface PositionValue : StyleValue {
|
| - readonly attribute LengthValue x;
|
| - readonly attribute LengthValue y;
|
| + readonly attribute CSSLengthValue x;
|
| + readonly attribute CSSLengthValue y;
|
| };
|
|
|