Index: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl |
index 296be182c5c5c9cebc5657ec45b8a1aee1c648a3..6fabef587bff5be4064d6f56a165c97e3f9ca5b2 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl |
@@ -14,5 +14,5 @@ |
iterable<CSSTransformComponent>; |
- boolean is2D(); |
+ readonly attribute boolean is2D; |
}; |