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