| Index: third_party/WebKit/Source/core/css/cssom/Perspective.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/Perspective.idl b/third_party/WebKit/Source/core/css/cssom/Perspective.idl
|
| index 6baedaaf54c5517a4cf5c3f52f0fe6ab6045f874..92fdf4def9438d73e19a35c76d50451eea6637c1 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/Perspective.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/Perspective.idl
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - Constructor(LengthValue length),
|
| + Constructor(CSSLengthValue length),
|
| ImplementedAs=PerspectiveTransformComponent,
|
| RuntimeEnabled=CSSTypedOM,
|
| RaisesException=Constructor
|
| ] interface Perspective : TransformComponent {
|
| - readonly attribute LengthValue length;
|
| + readonly attribute CSSLengthValue length;
|
| };
|
|
|