summaryrefslogtreecommitdiffstats
path: root/dom/xhr/tests/worker_terminateSyncXHR_frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xhr/tests/worker_terminateSyncXHR_frame.html')
-rw-r--r--dom/xhr/tests/worker_terminateSyncXHR_frame.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/xhr/tests/worker_terminateSyncXHR_frame.html b/dom/xhr/tests/worker_terminateSyncXHR_frame.html
index 04bd53ff1d..720cf9551d 100644
--- a/dom/xhr/tests/worker_terminateSyncXHR_frame.html
+++ b/dom/xhr/tests/worker_terminateSyncXHR_frame.html
@@ -16,7 +16,7 @@
parent.postMessage(event.data, "*");
};
- worker.onerror = function(event) {
+ worker.onerror = function() {
parent.postMessage("ERROR!", "*");
}
}