Index: Source/core/css/CSSImageSetValue.h |
diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h |
index 672a1524c74af04e3b6a9c182c447efc19f00fe3..ee6e86b43131a83850e54740ef21dd70fb85ed11 100644 |
--- a/Source/core/css/CSSImageSetValue.h |
+++ b/Source/core/css/CSSImageSetValue.h |
@@ -81,7 +81,7 @@ private: |
Vector<ImageWithScale> m_imagesInSet; |
}; |
-DEFINE_CSS_VALUE_TYPE_CASTS(ImageSetValue); |
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSImageSetValue, isImageSetValue()); |
} // namespace WebCore |