diff options
Diffstat (limited to 'WebCore/editing/IndentOutdentCommand.h')
-rw-r--r-- | WebCore/editing/IndentOutdentCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/IndentOutdentCommand.h b/WebCore/editing/IndentOutdentCommand.h index c2ba1ea..bb1a1d2 100644 --- a/WebCore/editing/IndentOutdentCommand.h +++ b/WebCore/editing/IndentOutdentCommand.h @@ -49,7 +49,7 @@ private: void indentRegion(); void outdentRegion(); void outdentParagraph(); - Node* prepareBlockquoteLevelForInsertion(VisiblePosition&, Node**); + PassRefPtr<Element> prepareBlockquoteLevelForInsertion(VisiblePosition&, RefPtr<Element>&); EIndentType m_typeOfAction; int m_marginInPixels; |