summaryrefslogtreecommitdiffstats
path: root/tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js')
-rw-r--r--tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js b/tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js
index 891b679a5f..13c529d0d3 100644
--- a/tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js
+++ b/tools/profiler/tests/browser/serviceworkers/serviceworker_synthetized_response.js
@@ -1,4 +1,4 @@
-self.addEventListener("install", event => {
+self.addEventListener("install", () => {
performance.mark("__serviceworker_event");
dump("[SW]:", "Install event\n");
});