Bug 1019762 - Attempt to fix the bc1 orange on a CLOSED TREE

This commit is contained in:
Wes Kocher 2014-10-10 15:25:34 -07:00
parent c9b7461fe3
commit 496e79c664

View File

@ -326,7 +326,7 @@
if (!this.docShell) {
return null;
}
this._webNavigation = this.docShell.QueryInterface(Ci.nsIWebNavigation);
this._webNavigation = this.docShell.QueryInterface(Components.interfaces.nsIWebNavigation);
}
return this._webNavigation;
]]>