| 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) {
|
|
|