diff --git a/mozilla/docshell/base/nsDocShellEditorData.cpp b/mozilla/docshell/base/nsDocShellEditorData.cpp index ea0ed3629f3..72cc2a38df3 100644 --- a/mozilla/docshell/base/nsDocShellEditorData.cpp +++ b/mozilla/docshell/base/nsDocShellEditorData.cpp @@ -53,7 +53,7 @@ nsDocShellEditorData::~nsDocShellEditorData() { // Get editing session on the root docShell nsCOMPtr editingSession; - nsresult rv = GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession)); + GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession)); if (editingSession) {