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

Unified Diff: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp

Issue 2972533002: Support C and Objective-C in jumbo base scripts. (Closed)
Patch Set: Drop testing code again Created 3 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
Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
index b0f5ef2ed5fb014da4f42c13ec3c7db099cb412b..15d9d08ef57b3b898195ec238a57737b0fb83390 100644
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp
@@ -67,7 +67,7 @@ CSSValue* ConsumeCounterContent(CSSParserTokenRange args, bool counters) {
if (!args.AtEnd())
return nullptr;
- return CSSCounterValue::Create(identifier, list_style, separator);
+ return blink::CSSCounterValue::Create(identifier, list_style, separator);
}
} // namespace
« no previous file with comments | « build/config/merge_for_jumbo.py ('k') | third_party/WebKit/Source/core/css/properties/CSSPropertyAPICursor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698