| 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 64f599f3be1ff19bb607a4fa27e8eb86bada0f7c..21e19fca858183d1de2523ee803835c4de8fa523 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLBodyElement.cpp
|
| @@ -93,7 +93,7 @@ void HTMLBodyElement::parseAttribute(const QualifiedName& name, const AtomicStri
|
| else
|
| document().textLinkColors().resetActiveLinkColor();
|
| } else {
|
| - RGBA32 color;
|
| + Color color;
|
| if (CSSParser::parseColor(color, value, !document().inQuirksMode())) {
|
| if (name == linkAttr)
|
| document().textLinkColors().setLinkColor(color);
|
|
|