| Index: third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
|
| index fd8b23fb96dde0f52e9a230f79217bfd14160532..f8da462c4000ab87b6dfd2fb7b8bb5fd177754ff 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
|
| @@ -8,6 +8,5 @@
|
| ] interface TransformComponent {
|
| readonly attribute DOMString cssString;
|
| boolean is2DComponent();
|
| - // TODO: Uncomment when Matrix is implemented.
|
| - // [RaisesException] Matrix asMatrix();
|
| + [NewObject] Matrix asMatrix();
|
| };
|
|
|