| 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 135555bf9273c900337cc9eb73b1780ee7b0a2d4..d0f172231ee188459f78968994f8a814400e1f8f 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| @@ -7,7 +7,7 @@
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM,
|
| ] interface CSSTransformComponent {
|
| - readonly attribute DOMString cssText;
|
| + stringifier;
|
| boolean is2D();
|
| CSSMatrixComponent asMatrix();
|
| };
|
|
|