summaryrefslogtreecommitdiffstats
path: root/WebCore/editing/IndentOutdentCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/editing/IndentOutdentCommand.h')
-rw-r--r--WebCore/editing/IndentOutdentCommand.h2
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;