| Index: third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| index 2168f5fa50463ed6d4b550deb2c17dbc8a166d4a..b1395c08df0172803e7f599abd9b4ff0262aed14 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| @@ -6,7 +6,7 @@
|
| Constructor(),
|
| Constructor(sequence<TransformComponent> transformComponents),
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface TransformValue : StyleValue {
|
| +] interface TransformValue : CSSStyleValue {
|
| iterable<TransformComponent>;
|
| boolean is2D();
|
| };
|
|
|