| Index: third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| index 4a08c8f32a393f1b67a78e93a6f621c714878eed..c7fb41260d504f07fbb42efae1aa9be94bd23ab6 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| @@ -6,10 +6,10 @@
|
| // like "transform".
|
| // Spec: https://drafts.css-houdini.org/css-typed-om/#cssperspective
|
| [
|
| - Constructor(CSSLengthValue length),
|
| + Constructor(CSSNumericValue length),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM,
|
| RaisesException=Constructor
|
| ] interface CSSPerspective : CSSTransformComponent {
|
| - readonly attribute CSSLengthValue length;
|
| + readonly attribute CSSNumericValue length;
|
| };
|
|
|