Merge last PGO-green changeset of mozilla-inbound to mozilla-central
This commit is contained in:
@@ -220,7 +220,7 @@ XPCOMUtils.defineLazyGetter(this, "PageMenu", function() {
|
||||
*/
|
||||
function pageShowEventHandlers(event) {
|
||||
// Filter out events that are not about the document load we are interested in
|
||||
if (event.originalTarget == content.document) {
|
||||
if (event.target == content.document) {
|
||||
charsetLoadListener(event);
|
||||
XULBrowserWindow.asyncUpdateUI();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user