diff options
Diffstat (limited to 'ext/web/02_event.js')
-rw-r--r-- | ext/web/02_event.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/02_event.js b/ext/web/02_event.js index 026e46374..8f1c963e3 100644 --- a/ext/web/02_event.js +++ b/ext/web/02_event.js @@ -1507,7 +1507,7 @@ function checkThis(thisArg) { // https://html.spec.whatwg.org/#dom-reporterror function reportError(error) { checkThis(this); - const prefix = "Failed to call 'reportError'"; + const prefix = "Failed to execute 'reportError'"; webidl.requiredArguments(arguments.length, 1, prefix); reportException(error); } |