Chromium Code Reviews

Unified Diff: Source/core/css/CSSGridTemplateValue.h

Issue 26145005: DEFINE_CSS_VALUE_TYPE_CASTS starts to use DEFINE_TYPE_CASTS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/css/CSSGridTemplateValue.h
diff --git a/Source/core/css/CSSGridTemplateValue.h b/Source/core/css/CSSGridTemplateValue.h
index 40967eddbce09690b391647c0f34047aec689f90..d2394afe0aa969623a110e8aa7971420ef4a6fce 100644
--- a/Source/core/css/CSSGridTemplateValue.h
+++ b/Source/core/css/CSSGridTemplateValue.h
@@ -56,7 +56,7 @@ private:
size_t m_columnCount;
};
-DEFINE_CSS_VALUE_TYPE_CASTS(GridTemplateValue);
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSGridTemplateValue, isGridTemplateValue());
} // namespace WebCore

Powered by Google App Engine