| Index: third_party/WebKit/LayoutTests/external/wpt/workers/constructors/SharedWorker/same-origin.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/SharedWorker/same-origin.html b/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/SharedWorker/same-origin.html
|
| index 2e0dd8db33a7d1d8fed344feb55abbe622c4dd94..78d53164e6423f12cdb6650c61f392bc3252cbaf 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/SharedWorker/same-origin.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/workers/constructors/SharedWorker/same-origin.html
|
| @@ -16,7 +16,7 @@ function testSharedWorkerHelper(t, script) {
|
| try {
|
| var worker = new SharedWorker(script, '');
|
| worker.onerror = t.step_func_done(function(e) {
|
| - assert_true(e instanceof ErrorEvent);
|
| + assert_true(e instanceof Event);
|
| });
|
| } catch (e) {
|
| t.step_func_done(function(e) { assert_true(true); });
|
|
|