| 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 b5620ef5662a64fdb472320ab74b9f4e18b517b9..f5f1c981e3f83b5d0328ac4a45f6ab84beb5b866 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| @@ -6,7 +6,7 @@
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM,
|
| ] interface CSSTransformComponent {
|
| - readonly attribute DOMString cssString;
|
| + readonly attribute DOMString cssText;
|
| boolean is2DComponent();
|
| CSSMatrix asMatrix();
|
| };
|
|
|