Index: Source/core/html/HTMLBodyElement.cpp |
diff --git a/Source/core/html/HTMLBodyElement.cpp b/Source/core/html/HTMLBodyElement.cpp |
index 55bfc78d5fd02bc5292b7943680de6d64459d8e2..d6e80cbda92aa5f47a5825237e2fa0e1e469e044 100644 |
--- a/Source/core/html/HTMLBodyElement.cpp |
+++ b/Source/core/html/HTMLBodyElement.cpp |
@@ -112,7 +112,7 @@ void HTMLBodyElement::parseAttribute(const QualifiedName& name, const AtomicStri |
} |
} |
- setNeedsStyleRecalc(SubtreeStyleChange); |
+ setNeedsStyleRecalc(StyleRecalcDueToLinkColorChange, SubtreeStyleChange); |
} else if (name == onloadAttr) |
document().setWindowAttributeEventListener(EventTypeNames::load, createAttributeEventListener(document().frame(), name, value, eventParameterName())); |
else if (name == onbeforeunloadAttr) |