summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/qt/PasteboardQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/qt/PasteboardQt.cpp')
-rw-r--r--WebCore/platform/qt/PasteboardQt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/qt/PasteboardQt.cpp b/WebCore/platform/qt/PasteboardQt.cpp
index 86d2cfe..e1e6d84 100644
--- a/WebCore/platform/qt/PasteboardQt.cpp
+++ b/WebCore/platform/qt/PasteboardQt.cpp
@@ -66,7 +66,7 @@ void Pasteboard::writeSelection(Range* selectedRange, bool canSmartCopyOrDelete,
md->setText(text);
QString html = QLatin1String("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /></head><body>");
- html += createMarkup(selectedRange, 0, AnnotateForInterchange);
+ html += createMarkup(selectedRange, 0, AnnotateForInterchange, false, AbsoluteURLs);
html += QLatin1String("</body></html>");
md->setHtml(html);