Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: LayoutTests/fast/events/window-onerror14.html

Issue 19693006: Pass column as 4th argument to WorkerGlobalScope.onerror handler (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/events/window-onerror13.html ('k') | LayoutTests/fast/events/window-onerror16.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.");
« no previous file with comments | « LayoutTests/fast/events/window-onerror13.html ('k') | LayoutTests/fast/events/window-onerror16.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698