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

Unified Diff: Source/core/css/parser/SizesCalcParserTest.cpp

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/parser/CSSPropertyParserTest.cpp ('k') | Source/core/css/resolver/ElementStyleResources.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/parser/SizesCalcParserTest.cpp
diff --git a/Source/core/css/parser/SizesCalcParserTest.cpp b/Source/core/css/parser/SizesCalcParserTest.cpp
index b43a1fd3e4ee7a9ae0fd7cae1e92190ccf94b49a..bc003f50489caa26717f76614d87adb260c1792b 100644
--- a/Source/core/css/parser/SizesCalcParserTest.cpp
+++ b/Source/core/css/parser/SizesCalcParserTest.cpp
@@ -33,7 +33,7 @@ static void verifyCSSCalc(String text, double value, bool valid, unsigned fontSi
{
CSSLengthArray lengthArray;
initLengthArray(lengthArray);
- RefPtrWillBeRawPtr<CSSValue> cssValue = CSSParser::parseSingleValue(CSSPropertyLeft, text);
+ RefPtr<CSSValue> cssValue = CSSParser::parseSingleValue(CSSPropertyLeft, text);
CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(cssValue.get());
if (primitiveValue)
primitiveValue->accumulateLengthArray(lengthArray);
« no previous file with comments | « Source/core/css/parser/CSSPropertyParserTest.cpp ('k') | Source/core/css/resolver/ElementStyleResources.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698