Index: Source/core/css/CSSAspectRatioValue.h |
diff --git a/Source/core/css/CSSAspectRatioValue.h b/Source/core/css/CSSAspectRatioValue.h |
index 15bbce39f7c4dd325128a148090a77d4ae164fe7..0c4d70c133377cbd38a151f8df6a232da845c939 100644 |
--- a/Source/core/css/CSSAspectRatioValue.h |
+++ b/Source/core/css/CSSAspectRatioValue.h |
@@ -59,6 +59,8 @@ private: |
float m_denominatorValue; |
}; |
+DEFINE_CSS_VALUE_TYPE_CASTS(AspectRatioValue); |
+ |
} |
#endif |