Bug 1397525 - Don't instantiate async tab switcher when checking for tab warm-ability with e10s disabled. r=florian

MozReview-Commit-ID: EeUuS0yVwt9

--HG--
extra : rebase_source : 48e6102c89d042c79750fd25da63de6619354c84
This commit is contained in:
Mike Conley 2017-09-11 13:31:59 -04:00
parent 7546dc5d8e
commit ad38802147

View File

@ -5179,7 +5179,9 @@
<parameter name="aTab"/>
<body>
<![CDATA[
if (gMultiProcessBrowser) {
this._getSwitcher().warmupTab(aTab);
}
]]>
</body>
</method>