Bug 1079665 - follow up, remove accidental line included from different patch. r=me

This commit is contained in:
Felipe Gomes 2015-03-30 18:38:18 -03:00
parent cb30f89446
commit 7abae499b2

View File

@ -224,9 +224,7 @@ RemoteFinderListener.prototype = {
}
case "Finder:FastFind":
this._finder.fastFind(data.searchString, data.linksOnly, data.drawOutline);
this._finder.setSelectionModeAndRepaint(Ci.nsISelectionController.SELECTION_ON);
break;
case "Finder:FindAgain":