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 90f4077612689062b88b92231a15490b44d4bbd8..78eee69baf8b1a2fdec8fe28e5dfc562af118e4c 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, |
}; |