summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/mac/EditorMac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/mac/EditorMac.mm')
-rw-r--r--WebCore/editing/mac/EditorMac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/mac/EditorMac.mm b/WebCore/editing/mac/EditorMac.mm
index f010908..b5e3b25 100644
--- a/WebCore/editing/mac/EditorMac.mm
+++ b/WebCore/editing/mac/EditorMac.mm
@@ -42,7 +42,7 @@ namespace WebCore {
PassRefPtr<Clipboard> Editor::newGeneralClipboard(ClipboardAccessPolicy policy, Frame* frame)
{
- return ClipboardMac::create(false, [NSPasteboard generalPasteboard], policy, frame);
+ return ClipboardMac::create(Clipboard::CopyAndPaste, [NSPasteboard generalPasteboard], policy, frame);
}
void Editor::showFontPanel()