| Index: LayoutTests/fast/workers/shared-worker-constructor-expected.txt
|
| diff --git a/LayoutTests/fast/workers/shared-worker-constructor-expected.txt b/LayoutTests/fast/workers/shared-worker-constructor-expected.txt
|
| index 49d6969cec6bc67f28abe9dd920aca4f05319336..38ed691d62313e3494f722646ea4cb3cc774a2bd 100644
|
| --- a/LayoutTests/fast/workers/shared-worker-constructor-expected.txt
|
| +++ b/LayoutTests/fast/workers/shared-worker-constructor-expected.txt
|
| @@ -2,7 +2,7 @@ Test SharedWorker constructor functionality. Should print a series of PASS messa
|
|
|
| PASS: toString exception propagated correctly.
|
| PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
|
| -PASS: invoking SharedWorker constructor without arguments resulted in an exception (TypeError: Not enough arguments)
|
| +PASS: invoking SharedWorker constructor without arguments resulted in an exception (TypeError: Failed to execute 'Constructor' on 'SharedWorker': 1 argument required, but only 0 present.)
|
| PASS: invoking SharedWorker constructor without name did not result in an exception
|
| PASS: invoking SharedWorker constructor with null name did not result in an exception
|
| PASS: invoking SharedWorker constructor with undefined name did not result in an exception
|
|
|