| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index f19039bc7a66816b9b262a91be455c7af3027087..d90b8333e80e28c61a282dc6da697621fea5db20 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -416,7 +416,7 @@ void Editor::pasteWithPasteboard(Pasteboard* pasteboard)
|
|
|
| void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText)
|
| {
|
| - String html = createMarkup(selectedRange, 0, AnnotateForInterchange, false, ResolveNonLocalURLs);
|
| + String html = createMarkup(selectedRange, AnnotateForInterchange, false, ResolveNonLocalURLs);
|
| KURL url = selectedRange->startContainer()->document().url();
|
| pasteboard->writeHTML(html, url, plainText, canSmartCopyOrDelete());
|
| }
|
|
|