Index: Source/core/css/CSSImageValue.h |
diff --git a/Source/core/css/CSSImageValue.h b/Source/core/css/CSSImageValue.h |
index 9046902e42130aab405ef7200f64c50b6e943396..e220f238c5e22c53e1f6d23a0f84abe8af7bcd36 100644 |
--- a/Source/core/css/CSSImageValue.h |
+++ b/Source/core/css/CSSImageValue.h |
@@ -67,7 +67,7 @@ private: |
AtomicString m_initiatorName; |
}; |
-DEFINE_CSS_VALUE_TYPE_CASTS(ImageValue); |
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSImageValue, isImageValue()); |
} // namespace WebCore |