summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/DeleteRangeTransaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/DeleteRangeTransaction.h')
-rw-r--r--editor/libeditor/DeleteRangeTransaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/DeleteRangeTransaction.h b/editor/libeditor/DeleteRangeTransaction.h
index 9b60a5ba2..9bb4f520a 100644
--- a/editor/libeditor/DeleteRangeTransaction.h
+++ b/editor/libeditor/DeleteRangeTransaction.h
@@ -67,7 +67,7 @@ protected:
RefPtr<nsRange> mRange;
// The editor for this transaction.
- EditorBase* mEditorBase;
+ RefPtr<EditorBase> mEditorBase;
// Range updater object.
RangeUpdater* mRangeUpdater;