| Index: LayoutTests/inspector/tracing/console-timeline.html
|
| diff --git a/LayoutTests/inspector/tracing/console-timeline.html b/LayoutTests/inspector/tracing/console-timeline.html
|
| index a2765c6c42edc16546f962124f0a19b6f69dd6e5..b70e3ba498127a2e3983767fb9369a1ddfdc5b0b 100644
|
| --- a/LayoutTests/inspector/tracing/console-timeline.html
|
| +++ b/LayoutTests/inspector/tracing/console-timeline.html
|
| @@ -244,7 +244,7 @@ function test()
|
| {
|
| if (event.category === WebInspector.TracingModel.ConsoleEventCategory)
|
| InspectorTest.addResult(event.name);
|
| - else if (event.name === WebInspector.TracingTimelineModel.RecordType.TimeStamp)
|
| + else if (event.name === WebInspector.TimelineModel.RecordType.TimeStamp)
|
| InspectorTest.addResult(event.args["data"]["message"]);
|
| });
|
| });
|
|
|