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 a4195f174d7c1b922547517cae6cb243a0f1de3a..5e2c3cdd9ddbd7608d4c208f104f822c2089a0db 100644 |
| --- a/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h |
| @@ -28,6 +28,7 @@ public: |
| NumberType, |
| PositionType, |
| SimpleLengthType, |
| + TokenStreamType, |
| TransformType, |
| }; |