Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: Source/WebCore/editing/mac/EditorMac.mm

Issue 13954003: Remove mail blockquote special case handling. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698