| Index: LayoutTests/fast/events/window-onerror14.html
 | 
| diff --git a/LayoutTests/fast/events/window-onerror14.html b/LayoutTests/fast/events/window-onerror14.html
 | 
| index 0c1f824653394357f8f86db844a7eeffb2a73a86..5bb5dc64a8cf747ff2b19992c91c4370ea0a31b0 100644
 | 
| --- a/LayoutTests/fast/events/window-onerror14.html
 | 
| +++ b/LayoutTests/fast/events/window-onerror14.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("Uncaught error should *not* be printed in console when window.onerror returns true.");
 | 
|    log("window.onerror invoked.");
 | 
| 
 |