Bug 893015 - Set browser.isActive properly for all local tabs. r=mbrubeck

This commit is contained in:
Jim Mathies 2013-07-12 10:57:10 -05:00
parent 660b923775
commit 1fced26df0

View File

@ -757,6 +757,7 @@
<setter><![CDATA[
// Do not change displayport on local tabs!
this._active = val;
this.docShellIsActive = this._active;
]]></setter>
</property>