| 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 a3178b63a3d4268ce3a42b2ce514a918ff86b559..a6a30d6339df8efb9a681f30fd9726d1dab180c8 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2220,7 +2220,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| ? style.visitedDependentColor(CSSPropertyColor).rgb()
|
| : style.color().rgb());
|
| case CSSPropertyWebkitPrintColorAdjust:
|
| - return CSSIdentifierValue::create(style.getPrintColorAdjust());
|
| + return CSSIdentifierValue::create(style.printColorAdjust());
|
| case CSSPropertyColumnCount:
|
| if (style.hasAutoColumnCount())
|
| return CSSIdentifierValue::create(CSSValueAuto);
|
|
|