| Index: third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingStyle.cpp b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| index b189ce93cb5fcc17673ba44286b22b35a1c75084..456ef3594b943e3ea826eea08881258ec1949e1b 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingStyle.cpp
|
| @@ -401,7 +401,7 @@ static Color cssValueToColor(CSSValue* colorValue)
|
|
|
| Color color = 0;
|
| // FIXME: Why ignore the return value?
|
| - CSSParser::parseColor(color, colorValue->cssText());
|
| + CSSParser::parseColor(color, colorValue->cssText(), nullptr);
|
| return color;
|
| }
|
|
|
|
|