summaryrefslogtreecommitdiffstats
path: root/testing/talos/talos/pageloader/chrome/lh_moz.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/talos/talos/pageloader/chrome/lh_moz.js')
-rw-r--r--testing/talos/talos/pageloader/chrome/lh_moz.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/talos/talos/pageloader/chrome/lh_moz.js b/testing/talos/talos/pageloader/chrome/lh_moz.js
index 46d4a74a7c..8879d172e2 100644
--- a/testing/talos/talos/pageloader/chrome/lh_moz.js
+++ b/testing/talos/talos/pageloader/chrome/lh_moz.js
@@ -9,7 +9,7 @@ function _contentPaintHandler() {
if (utils.isMozAfterPaintPending) {
addEventListener(
"MozAfterPaint",
- function afterpaint(e) {
+ function afterpaint() {
removeEventListener("MozAfterPaint", afterpaint, true);
sendAsyncMessage("PageLoader:LoadEvent", {});
},