Index: LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html |
diff --git a/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html b/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html |
index 5c69de54420028ebdf567843d5bc90184f9875a5..802c462cfcde5cb2c06da9b5887a92e6545e43ec 100644 |
--- a/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html |
+++ b/LayoutTests/http/tests/inspector/console/console-links-on-messages-before-inspection.html |
@@ -15,7 +15,7 @@ function loadScript() |
function test() |
{ |
var mainTarget = WebInspector.targetManager.mainTarget(); |
- var message = new WebInspector.ConsoleMessage(mainTarget, WebInspector.ConsoleMessage.MessageSource.JS, WebInspector.ConsoleMessage.MessageLevel.Log, "hello?", null, " http://127.0.0.1:8000/inspector/resources/source2.js"); |
+ var message = new WebInspector.ConsoleMessage(mainTarget, 0, WebInspector.ConsoleMessage.MessageSource.JS, WebInspector.ConsoleMessage.MessageLevel.Log, "hello?", null, " http://127.0.0.1:8000/inspector/resources/source2.js"); |
mainTarget.consoleModel.addMessage(message); |
mainTarget.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.ParsedScriptSource, onScriptAdded); |