Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| index 3f655141c4f2d24b7fa8544efe9d4a339dcd4c5e..d352cc4b05719a6a82a77df4533c4bba62e14d37 100644 |
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| @@ -26,7 +26,7 @@ public: |
| NumberType, |
| PositionType, |
| SimpleLengthType, |
| - TransformValueType, |
| + TransformType, |
| }; |
| virtual ~CSSStyleValue() { } |