Index: Source/core/css/CSSImageSetValue.h |
diff --git a/Source/core/css/CSSImageSetValue.h b/Source/core/css/CSSImageSetValue.h |
index 7f5a377441ff6b7343da115712f0b130bb0d5262..37f59b60a3fe9e1291660767071d6ba6b063fdbd 100644 |
--- a/Source/core/css/CSSImageSetValue.h |
+++ b/Source/core/css/CSSImageSetValue.h |
@@ -81,6 +81,8 @@ private: |
Vector<ImageWithScale> m_imagesInSet; |
}; |
+DEFINE_CSS_VALUE_TYPE_CASTS(ImageSetValue); |
+ |
} // namespace WebCore |
#endif // CSSImageSetValue_h |