diff options
Diffstat (limited to 'WebCore/editing/ReplaceSelectionCommand.h')
-rw-r--r-- | WebCore/editing/ReplaceSelectionCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/editing/ReplaceSelectionCommand.h b/WebCore/editing/ReplaceSelectionCommand.h index e995e79..9fc4a49 100644 --- a/WebCore/editing/ReplaceSelectionCommand.h +++ b/WebCore/editing/ReplaceSelectionCommand.h @@ -31,6 +31,7 @@ namespace WebCore { class DocumentFragment; +class EditingStyle; class ReplacementFragment; class ReplaceSelectionCommand : public CompositeEditCommand { @@ -82,7 +83,7 @@ private: RefPtr<Node> m_firstNodeInserted; RefPtr<Node> m_lastLeafInserted; - RefPtr<CSSMutableStyleDeclaration> m_insertionStyle; + RefPtr<EditingStyle> m_insertionStyle; bool m_selectReplacement; bool m_smartReplace; bool m_matchStyle; |