diff --git a/mobile/android/chrome/content/browser.js b/mobile/android/chrome/content/browser.js index 7e233d3602d..8b01e930bf6 100644 --- a/mobile/android/chrome/content/browser.js +++ b/mobile/android/chrome/content/browser.js @@ -1785,7 +1785,7 @@ Tab.prototype = { gecko: { type: "DOMTitleChanged", tabID: this.id, - title: aEvent.target.title + title: aEvent.target.title.substring(0, 255) } }); break;