diff options
Diffstat (limited to 'ext/canvas/01_image.js')
-rw-r--r-- | ext/canvas/01_image.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/canvas/01_image.js b/ext/canvas/01_image.js index 844650dcb..a738f7992 100644 --- a/ext/canvas/01_image.js +++ b/ext/canvas/01_image.js @@ -163,7 +163,7 @@ function createImageBitmap( sh = undefined, options = undefined, ) { - const prefix = "Failed to call 'createImageBitmap'"; + const prefix = "Failed to execute 'createImageBitmap'"; // Overload: createImageBitmap(image [, options ]) if (arguments.length < 3) { |