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

Unified Diff: Source/WebCore/editing/DeleteSelectionCommand.h

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/DeleteSelectionCommand.h
diff --git a/Source/WebCore/editing/DeleteSelectionCommand.h b/Source/WebCore/editing/DeleteSelectionCommand.h
index 33fac558b504765147721f7086522025605b3d44..8dcff2e64067c243d176b51e5aaabc325bdf83c2 100644
--- a/Source/WebCore/editing/DeleteSelectionCommand.h
+++ b/Source/WebCore/editing/DeleteSelectionCommand.h
@@ -95,7 +95,6 @@ private:
RefPtr<Node> m_startBlock;
RefPtr<Node> m_endBlock;
RefPtr<EditingStyle> m_typingStyle;
- RefPtr<EditingStyle> m_deleteIntoBlockquoteStyle;
RefPtr<Node> m_startRoot;
RefPtr<Node> m_endRoot;
RefPtr<Node> m_startTableRow;

Powered by Google App Engine
This is Rietveld 408576698