Merge last PGO-green changeset of mozilla-inbound to mozilla-central

This commit is contained in:
Ed Morley
2012-08-14 13:52:25 +01:00
156 changed files with 2847 additions and 817 deletions

View File

@@ -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();