summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/test_sharedWorker.html
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2019-06-16 11:27:39 -0400
committerGaming4JC <g4jc@hyperbola.info>2019-07-18 22:38:33 -0400
commitc76e66fc3d8b2f86f4d406f0700149cc1f4719a5 (patch)
tree91ba7545342a8b9888299c25382689ee9f602978 /dom/workers/test/test_sharedWorker.html
parent332c1c28ac6fdb66b6dc4ea6732d98be8d87749b (diff)
downloadUXP-c76e66fc3d8b2f86f4d406f0700149cc1f4719a5.tar
UXP-c76e66fc3d8b2f86f4d406f0700149cc1f4719a5.tar.gz
UXP-c76e66fc3d8b2f86f4d406f0700149cc1f4719a5.tar.lz
UXP-c76e66fc3d8b2f86f4d406f0700149cc1f4719a5.tar.xz
UXP-c76e66fc3d8b2f86f4d406f0700149cc1f4719a5.zip
1283712 - Part 8: Add WorkerErrorBase, WorkerErrorNote, and WorkerErrorReport.
Diffstat (limited to 'dom/workers/test/test_sharedWorker.html')
-rw-r--r--dom/workers/test/test_sharedWorker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/workers/test/test_sharedWorker.html b/dom/workers/test/test_sharedWorker.html
index 3d3d4e2c6..c00c4e586 100644
--- a/dom/workers/test/test_sharedWorker.html
+++ b/dom/workers/test/test_sharedWorker.html
@@ -23,7 +23,7 @@
const errorFilename = href.substring(0, href.lastIndexOf("/") + 1) +
filename;
const errorLine = 91;
- const errorColumn = 0;
+ const errorColumn = 11;
var worker = new SharedWorker(filename);