| 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 fcfcbe31553d6aed7123f203c98c74e7a49d1870..ec592a2fe2f2449f1b834aac265134376880f96e 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| @@ -11,5 +11,5 @@
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface CSSTransformComponent {
|
| stringifier;
|
| - boolean is2D();
|
| + attribute boolean is2D;
|
| };
|
|
|