summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/SplitElementCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/SplitElementCommand.h')
-rw-r--r--WebCore/editing/SplitElementCommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/editing/SplitElementCommand.h b/WebCore/editing/SplitElementCommand.h
index 2732762..7ea8f5b 100644
--- a/WebCore/editing/SplitElementCommand.h
+++ b/WebCore/editing/SplitElementCommand.h
@@ -42,6 +42,8 @@ private:
virtual void doApply();
virtual void doUnapply();
+ virtual void doReapply();
+ void executeApply();
RefPtr<Element> m_element1;
RefPtr<Element> m_element2;