| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index 381e4f73cb99ee15f9ff9439b3aafcbe43270abd..b3f848692c4c3975d8009387d5712b84d7d3c90e 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -1818,6 +1818,8 @@ CSSValue* ComputedStyleCSSValueMapping::get(CSSPropertyID propertyID, const Comp
|
| if (style.highlight() == nullAtom)
|
| return cssValuePool().createIdentifierValue(CSSValueNone);
|
| return CSSStringValue::create(style.highlight());
|
| + case CSSPropertyHyphens:
|
| + return cssValuePool().createValue(style.hyphens());
|
| case CSSPropertyWebkitHyphenateCharacter:
|
| if (style.hyphenationString().isNull())
|
| return cssValuePool().createIdentifierValue(CSSValueAuto);
|
|
|