summaryrefslogtreecommitdiffstats
path: root/toolkit/components/antitracking/test/browser/blobPartitionPage.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/antitracking/test/browser/blobPartitionPage.html')
-rw-r--r--toolkit/components/antitracking/test/browser/blobPartitionPage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/antitracking/test/browser/blobPartitionPage.html b/toolkit/components/antitracking/test/browser/blobPartitionPage.html
index d0dd156bc5..d066bb3603 100644
--- a/toolkit/components/antitracking/test/browser/blobPartitionPage.html
+++ b/toolkit/components/antitracking/test/browser/blobPartitionPage.html
@@ -17,7 +17,7 @@
.then(text => {
parent.postMessage(text, "*");
})
- .catch(error => {
+ .catch(() => {
parent.postMessage("error", "*");
});
};