summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/FormatBlockCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/FormatBlockCommand.h')
-rw-r--r--WebCore/editing/FormatBlockCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/FormatBlockCommand.h b/WebCore/editing/FormatBlockCommand.h
index 1c8d814..70e6fa6 100644
--- a/WebCore/editing/FormatBlockCommand.h
+++ b/WebCore/editing/FormatBlockCommand.h
@@ -41,9 +41,9 @@ private:
FormatBlockCommand(Document*, const AtomicString& tagName);
virtual void doApply();
+ void doApplyForSingleParagraph();
virtual EditAction editingAction() const { return EditActionFormatBlock; }
- bool modifyRange();
AtomicString m_tagName;
};