mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz.
This commit is contained in:
parent
f703f9b809
commit
42f89d3841
@ -834,7 +834,7 @@
|
||||
<![CDATA[
|
||||
var browser = this.getBrowserForTab(aTab);
|
||||
var crop = "end";
|
||||
var title = browser.contentDocument.__proto__.__lookupGetter__('title').call(browser.contentDocument);
|
||||
var title = browser.contentDocument.title;
|
||||
|
||||
if (!title) {
|
||||
if (browser.currentURI.spec) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user