Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(619)

Unified Diff: Source/core/css/CSSValueList.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/css/CSSValueList.h
diff --git a/Source/core/css/CSSValueList.h b/Source/core/css/CSSValueList.h
index acee25a589fd605b82ceeeeda217568d3149988f..6ab32c7d129763943e681d1333c2f0b0419c1905 100644
--- a/Source/core/css/CSSValueList.h
+++ b/Source/core/css/CSSValueList.h
@@ -81,7 +81,7 @@ private:
Vector<RefPtr<CSSValue>, 4> m_values;
};
-DEFINE_CSS_VALUE_TYPE_CASTS(ValueList);
+DEFINE_CSS_VALUE_TYPE_CASTS(CSSValueList, isValueList());
// Objects of this class are intended to be stack-allocated and scoped to a single function.
// Please take care not to pass these around as they do hold onto a raw pointer.

Powered by Google App Engine
This is Rietveld 408576698