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

Unified Diff: third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp

Issue 2398683003: Reflow comments for core/css/cssom (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
diff --git a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
index 931e1c69ce39877d5528c287f48d480a1b6e7f2b..42a436038c3170151279564220ed797e10a4fa72 100644
--- a/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
+++ b/third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp
@@ -208,7 +208,9 @@ InlineStylePropertyMap::getIterationEntries() {
const CSSCustomPropertyDeclaration& customDeclaration =
toCSSCustomPropertyDeclaration(propertyReference.value());
name = customDeclaration.name();
- // TODO(meade): Eventually custom properties will support other types, so actually return them instead of always returning a CSSUnsupportedStyleValue.
+ // TODO(meade): Eventually custom properties will support other types, so
+ // actually return them instead of always returning a
+ // CSSUnsupportedStyleValue.
value.setCSSStyleValue(
CSSUnsupportedStyleValue::create(customDeclaration.customCSSText()));
} else if (propertyID == CSSPropertyApplyAtRule) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698