Bug 224088 warning: unused variable nsresult rv' in member function nsDocShellEditorData::~nsDocShellEditorData()'
r=glazou sr=peterv
This commit is contained in:
@@ -53,7 +53,7 @@ nsDocShellEditorData::~nsDocShellEditorData()
|
||||
{
|
||||
// Get editing session on the root docShell
|
||||
nsCOMPtr <nsIEditingSession> editingSession;
|
||||
nsresult rv = GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession));
|
||||
GetOrCreateEditingSession(PR_FALSE, getter_AddRefs(editingSession));
|
||||
|
||||
if (editingSession)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user