summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/InsertNodeTransaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/InsertNodeTransaction.h')
-rw-r--r--editor/libeditor/InsertNodeTransaction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/InsertNodeTransaction.h b/editor/libeditor/InsertNodeTransaction.h
index 5af7b8aff..1b9739d6c 100644
--- a/editor/libeditor/InsertNodeTransaction.h
+++ b/editor/libeditor/InsertNodeTransaction.h
@@ -50,7 +50,7 @@ protected:
int32_t mOffset;
// The editor for this transaction.
- EditorBase& mEditorBase;
+ RefPtr<EditorBase> mEditorBase;
};
} // namespace mozilla