From b6e89aad9f375344077f2963f382127907266554 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 31 Dec 2010 00:16:05 +1100 Subject: [PATCH] Fix macro playback. --HG-- extra : rebase_source : eaf191e08d2aba1a27beb06f682be8d4a73144f5 --- common/content/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/events.js b/common/content/events.js index baf382e9..c6fa295c 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -1155,7 +1155,7 @@ var Events = Module("events", { this.pendingMotionMap = [map, command]; } else { - if (modes.replaying && !this.waitForPageLoad()) + if (modes.replaying && !events.waitForPageLoad()) return true; return !execute(map, null, this.count, null, command) || !map.route;