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 add8f16a6bb66d79e151ba983d2a664a053642a0..1b35c69c75da62d0c386e790f85a172df4af123c 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); |