| Index: Source/core/html/HTMLBodyElement.cpp
|
| diff --git a/Source/core/html/HTMLBodyElement.cpp b/Source/core/html/HTMLBodyElement.cpp
|
| index 9c4e37d8bdcf50766d59af5f985b097b3d3d50c8..f7e7f72afe349824fac5e92280fb4ffe020092a7 100644
|
| --- a/Source/core/html/HTMLBodyElement.cpp
|
| +++ b/Source/core/html/HTMLBodyElement.cpp
|
| @@ -70,7 +70,6 @@
|
| 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) {
|
|
|