| Index: third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html b/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
|
| index 634b5d0ff09edfeb88917ce6f0a2393ba27e376e..1bc866e54e8d6f622ae476d3f2acae400625cf6e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/console/console-timestamp.html
|
| @@ -14,7 +14,7 @@ function test()
|
| function addMessageWithFixedTimestamp(messageText, timestamp)
|
| {
|
| var message = new SDK.ConsoleMessage(
|
| - InspectorTest.consoleModel.target(),
|
| + InspectorTest.mainTarget,
|
| SDK.ConsoleMessage.MessageSource.Other, // source
|
| SDK.ConsoleMessage.MessageLevel.Info, // level
|
| messageText,
|
|
|