| Index: LayoutTests/inspector/timeline/timeline-script-id.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-script-id.html b/LayoutTests/inspector/timeline/timeline-script-id.html
|
| index aee0484047f3fa278f3fb98637c73017738d6db8..e1a0705ce320af7541a8a6932fc27bc7d856b26a 100644
|
| --- a/LayoutTests/inspector/timeline/timeline-script-id.html
|
| +++ b/LayoutTests/inspector/timeline/timeline-script-id.html
|
| @@ -38,7 +38,7 @@ function test()
|
| if (recordTypes.indexOf(record.type()) === -1)
|
| return;
|
|
|
| - var details = WebInspector.TimelineUIUtils.buildDetailsNode(record, linkifier, false);
|
| + var details = WebInspector.TimelineUIUtilsImpl.buildDetailsNode(record, linkifier, false);
|
| if (details)
|
| InspectorTest.addResult("details.textContent for " + record.type() + " event: '" + details.textContent + "'");
|
| }
|
|
|