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

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

Issue 1225553002: CSSValue Immediates: Make CSSPrimitiveValue a container (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_1
Patch Set: Rebase Created 5 years, 5 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
« no previous file with comments | « Source/core/css/CSSValueTest.cpp ('k') | Source/core/css/ComputedStyleCSSValueMapping.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSValueTestHelper.h
diff --git a/Source/core/css/CSSValueTestHelper.h b/Source/core/css/CSSValueTestHelper.h
index 7fe0f440ad4b53d5b46a07f7565edef1fb0e2fca..37ed12a4cd40657f8b9f14b64cb1beda22212b0e 100644
--- a/Source/core/css/CSSValueTestHelper.h
+++ b/Source/core/css/CSSValueTestHelper.h
@@ -61,7 +61,7 @@ inline bool operator==(const CSSValue& a, const CSSValue& b)
return a.equals(b);
}
-inline void PrintTo(const CSSValue& cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
+inline void PrintTo(const CSSValue cssValue, ::std::ostream* os, const char* typeName = "CSSValue")
{
*os << typeName << "(" << cssValue.cssText().utf8().data() << ")";
}
« no previous file with comments | « Source/core/css/CSSValueTest.cpp ('k') | Source/core/css/ComputedStyleCSSValueMapping.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698