Index: Source/core/html/HTMLBodyElement.cpp |
diff --git a/Source/core/html/HTMLBodyElement.cpp b/Source/core/html/HTMLBodyElement.cpp |
index f7e7f72afe349824fac5e92280fb4ffe020092a7..9c4e37d8bdcf50766d59af5f985b097b3d3d50c8 100644 |
--- a/Source/core/html/HTMLBodyElement.cpp |
+++ b/Source/core/html/HTMLBodyElement.cpp |
@@ -70,6 +70,7 @@ void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& |
if (!url.isEmpty()) { |
RefPtrWillBeRawPtr<CSSImageValue> imageValue = CSSImageValue::create(url, document().completeURL(url)); |
imageValue->setInitiator(localName()); |
+ imageValue->setReferrer(document().outgoingReferrer()); |
style->setProperty(CSSProperty(CSSPropertyBackgroundImage, imageValue.release())); |
} |
} else if (name == marginwidthAttr || name == leftmarginAttr) { |