Backing out the patch for bug 287707, since it is causing smoketest blocker bug 351057

git-svn-id: svn://10.0.0.236/trunk@209016 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
martijn.martijn%gmail.com
2006-09-01 19:51:05 +00:00
parent 3f0d4c6cc7
commit 5be8dd598d
2 changed files with 2 additions and 13 deletions

View File

@@ -192,10 +192,7 @@ nsDocShellEditorData::SetEditor(nsIEditor *inEditor)
mEditor = inEditor; // owning addref
}
if (!inEditor)
mMakeEditable = PR_FALSE;
return NS_OK;
}