| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| index 8173d5e004b40a480a2ec31406aa891e5fe4eeb4..74da28ea4fdc427b56a561c617a65860dee2f8fd 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| @@ -8,5 +8,5 @@
|
| ] interface CSSTransformComponent {
|
| readonly attribute DOMString cssText;
|
| boolean is2D();
|
| - CSSMatrixTransformComponent asMatrix();
|
| + CSSMatrixComponent asMatrix();
|
| };
|
|
|