| 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;
|
|
|