Index: LayoutTests/inspector/console/console-timestamp.html |
diff --git a/LayoutTests/inspector/console/console-timestamp.html b/LayoutTests/inspector/console/console-timestamp.html |
index eddcc2f4fc6a75f09edac2651de2e6c828aa60e0..ddb9ba8b4b957b7f4c91aeb5238a5e49d84bbf48 100644 |
--- a/LayoutTests/inspector/console/console-timestamp.html |
+++ b/LayoutTests/inspector/console/console-timestamp.html |
@@ -11,6 +11,7 @@ function test() |
function addMessageWithFixedTimestamp(messageText, timestamp) |
{ |
var message = new WebInspector.ConsoleMessage( |
+ WebInspector.console.target(), |
WebInspector.ConsoleMessage.MessageSource.Other, // source |
WebInspector.ConsoleMessage.MessageLevel.Log, // level |
messageText, |