diff options
Diffstat (limited to 'dom/streams/test/xpcshell/bug-1773237.js')
-rw-r--r-- | dom/streams/test/xpcshell/bug-1773237.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/streams/test/xpcshell/bug-1773237.js b/dom/streams/test/xpcshell/bug-1773237.js index 0d0107fe85..2ce8d33439 100644 --- a/dom/streams/test/xpcshell/bug-1773237.js +++ b/dom/streams/test/xpcshell/bug-1773237.js @@ -7,5 +7,5 @@ var stream = new ReadableStream({ var response = new Response(stream); var text = response.text().then( () => {}, - e => {} + () => {} ); |