Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / timeline / timeline-node-reference.html
index a58af86..bc573cb 100644 (file)
@@ -29,7 +29,7 @@ function test()
 
     function clickValueLink(record, row)
     {
-        var helper = WebInspector.TimelineUIUtils.generatePopupContent(record, new WebInspector.Linkifier(), onDetailsContentReady);
+        var helper = WebInspector.TimelineUIUtils.generatePopupContent(record, record._model, new WebInspector.Linkifier(), onDetailsContentReady);
 
         function onDetailsContentReady(element)
         {