Index: Source/core/css/CSSImageSetValue.h |
diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h |
index 37f59b60a3fe9e1291660767071d6ba6b063fdbd..9e5610c4b5e81ff7064c2498a900e273547b4af4 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 |