Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / timeline / timeline-node-reference.html
index cc7b3e8..fd73e93 100644 (file)
@@ -45,7 +45,7 @@ function test()
 
     function onTimelineRecorded(records)
     {
-        var layoutRecord = InspectorTest.findPresentationRecord("Layout");
+        var layoutRecord = InspectorTest.findFirstTimelineRecord("Layout");
         WebInspector.notifications.addEventListener(WebInspector.NotificationService.Events.SelectedNodeChanged, onSelectedNodeChanged);
         clickValueLink(layoutRecord, "Layout root");
     }