| Index: third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp b/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| index 64b3ca6b10cfd946c9905d9528b01aa74bb1c093..1b33c6833b75012c40a7c8790f3e323652951f1c 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| @@ -94,7 +94,7 @@ void HTMLBodyElement::parseAttribute(const QualifiedName& name, const AtomicStri
|
| document().textLinkColors().resetActiveLinkColor();
|
| } else {
|
| Color color;
|
| - if (CSSParser::parseColor(color, value, !document().inQuirksMode())) {
|
| + if (CSSParser::parseColor(color, value, nullptr, !document().inQuirksMode())) {
|
| if (name == linkAttr)
|
| document().textLinkColors().setLinkColor(color);
|
| else if (name == vlinkAttr)
|
|
|