Clean up GlobalScope::report_an_error

This commit is contained in:
Anthony Ramine 2017-09-18 09:40:45 +02:00
parent a6af86824b
commit c53d1e46b4
2 changed files with 19 additions and 15 deletions

View file

@ -2005,7 +2005,7 @@ impl Window {
MessageEvent::dispatch_jsval(
this.upcast(),
this.upcast(),
message.handle(),
message_clone.handle(),
);
});
// FIXME(nox): Why are errors silenced here?