Index: Source/core/css/CSSValue.h |
diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h |
index 0a66590a57de3c01c7b92e9edc5e108b91f1cbbe..77de39febf3a6f47b3ed6177e20a78f2365f0e5e 100644 |
--- a/Source/core/css/CSSValue.h |
+++ b/Source/core/css/CSSValue.h |
@@ -92,6 +92,7 @@ public: |
bool isContentDistributionValue() const { return m_classType == CSSContentDistributionClass; } |
bool isUnicodeRangeValue() const { return m_classType == UnicodeRangeClass; } |
bool isGridLineNamesValue() const { return m_classType == GridLineNamesClass; } |
+ bool isVariableValue() const { return m_classType == VariableClass; } |
bool hasFailedOrCanceledSubresources() const; |
@@ -142,6 +143,7 @@ protected: |
LineBoxContainClass, |
GridTemplateAreasClass, |
PathClass, |
+ VariableClass, |
// SVG classes. |
CSSSVGDocumentClass, |