Bug 983189: No longer update the findbar when results from the child are received. r=mikedeboer

This commit is contained in:
Alexandru Tifrea 2014-08-12 10:07:57 +02:00
parent d79cddb9e0
commit c60c794748

View File

@ -1233,8 +1233,6 @@
<method name="onFindResult">
<parameter name="aData"/>
<body><![CDATA[
if (aData.storeResult && this._findField.value != this.browser.finder.searchString)
this._findField.value = this.browser.finder.searchString;
this._updateStatusUI(aData.result, aData.findBackwards);
this._updateStatusUIBar(aData.linkURL);