| Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| index 931afd5e2f920944e204d6a2e7f2c41e7b8c8785..5a0259f49a75ea9cfcdc91e099db33fc33b44404 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-tag-1.html
|
| @@ -13,7 +13,7 @@ function performActions()
|
|
|
| function test()
|
| {
|
| - WebInspector.panels.timeline._captureJSProfileSetting.set(false);
|
| + UI.panels.timeline._captureJSProfileSetting.set(false);
|
| InspectorTest.startTimeline(step1);
|
| function step1()
|
| {
|
| @@ -30,7 +30,7 @@ function test()
|
| {
|
| function format(record)
|
| {
|
| - if (record.type() === WebInspector.TimelineModel.RecordType.EvaluateScript) {
|
| + if (record.type() === TimelineModel.TimelineModel.RecordType.EvaluateScript) {
|
| InspectorTest.dumpTimelineRecord(record, undefined, undefined, [
|
| "TimeStamp",
|
| ]);
|
|
|