Index: Source/WebCore/editing/mac/EditorMac.mm |
diff --git a/Source/WebCore/editing/mac/EditorMac.mm b/Source/WebCore/editing/mac/EditorMac.mm |
index 2af1d53b1f6511e7fbf689c986a7961f47dfb897..1a2df102d07b5babdf70dde0ec03d361fb72e010 100644 |
--- a/Source/WebCore/editing/mac/EditorMac.mm |
+++ b/Source/WebCore/editing/mac/EditorMac.mm |
@@ -89,14 +89,6 @@ void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText) |
m_frame->editor()->client()->setInsertionPasteboard(String()); |
} |
-bool Editor::insertParagraphSeparatorInQuotedContent() |
-{ |
- // FIXME: Why is this missing calls to canEdit, canEditRichly, etc... |
- TypingCommand::insertParagraphSeparatorInQuotedContent(m_frame->document()); |
- revealSelectionAfterEditingOperation(); |
- return true; |
-} |
- |
static RenderStyle* styleForSelectionStart(Frame* frame, Node *&nodeToRemove) |
{ |
nodeToRemove = 0; |