| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| index 74c5cdba0e18668ad299dc4b2520b785676abf44..cb2fc89aef944c07b6bf313f4bd16daefbf9bd25 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| @@ -27,7 +27,8 @@ class ComputedStyleCSSValueMapping {
|
| STATIC_ONLY(ComputedStyleCSSValueMapping);
|
|
|
| public:
|
| - // FIXME: Resolve computed auto alignment in applyProperty/ComputedStyle and remove this non-const styledNode parameter.
|
| + // FIXME: Resolve computed auto alignment in applyProperty/ComputedStyle and
|
| + // remove this non-const styledNode parameter.
|
| static const CSSValue* get(CSSPropertyID,
|
| const ComputedStyle&,
|
| const LayoutObject* = nullptr,
|
|
|