| Index: LayoutTests/fast/events/window-onerror16.html
|
| diff --git a/LayoutTests/fast/events/window-onerror16.html b/LayoutTests/fast/events/window-onerror16.html
|
| index f794f729f4b8f36c3d5f01de1fb349fe79610741..0eeb54a107b33f9cc43e2fca2b7e6d4cc1b85c35 100644
|
| --- a/LayoutTests/fast/events/window-onerror16.html
|
| +++ b/LayoutTests/fast/events/window-onerror16.html
|
| @@ -15,7 +15,7 @@ function log(msg) {
|
| document.getElementById("console").innerHTML += msg + "<br>";
|
| }
|
|
|
| -window.onerror = function(msg, url, line)
|
| +window.onerror = function(msg, url, line, column)
|
| {
|
| log("window.onerror invoked. Uncaught error should be printed in console");
|
| log("DONE.");
|
|
|