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

Unified Diff: third_party/WebKit/Source/core/css/StylePropertySerializer.cpp

Issue 2812743003: Rename cleanup in comments in css/ directory. (Closed)
Patch Set: Created 3 years, 8 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/StylePropertySerializer.cpp
diff --git a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
index 1ba7647be74ebea2ef322c36b67c160e37d670a7..a1b8ccb8e3810297fcde870d0003407ae0a6e668 100644
--- a/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
+++ b/third_party/WebKit/Source/core/css/StylePropertySerializer.cpp
@@ -854,7 +854,7 @@ String StylePropertySerializer::GetCommonValue(
for (unsigned i = 0; i < shorthand.length(); ++i) {
const CSSValue* value =
property_set_.GetPropertyCSSValue(shorthand.properties()[i]);
- // FIXME: CSSInitialValue::cssText should generate the right value.
+ // FIXME: CSSInitialValue::CssText should generate the right value.
String text = value->CssText();
if (res.IsNull())
res = text;

Powered by Google App Engine
This is Rietveld 408576698