Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / timeline / timeline-layout-reason.html
index 84280a4..805d00d 100644 (file)
@@ -31,8 +31,8 @@ function test()
     function onTimelineRecorded()
     {
         var layoutRecord = InspectorTest.findPresentationRecord("Layout");
-        InspectorTest.addResult("layout invalidated: " + layoutRecord.callSiteStackTrace[0].functionName);
-        InspectorTest.addResult("layout forced: " + layoutRecord.stackTrace[0].functionName);
+        InspectorTest.addResult("layout invalidated: " + layoutRecord.callSiteStackTrace()[0].functionName);
+        InspectorTest.addResult("layout forced: " + layoutRecord.stackTrace()[0].functionName);
         InspectorTest.completeTest();
     }
 }