| Index: LayoutTests/inspector/timeline/timeline-layout.html
|
| diff --git a/LayoutTests/inspector/timeline/timeline-layout.html b/LayoutTests/inspector/timeline/timeline-layout.html
|
| index f40eef21a86f70c29b479786ca74e4c14e6d200b..bf7ebbfcc68e47381f2c6ffad85c8ced76b5fbde 100644
|
| --- a/LayoutTests/inspector/timeline/timeline-layout.html
|
| +++ b/LayoutTests/inspector/timeline/timeline-layout.html
|
| @@ -25,9 +25,7 @@ function performActions()
|
|
|
| function test()
|
| {
|
| - InspectorTest.evaluateInPage("testRunner.display()", function() {
|
| - InspectorTest.performActionsAndPrint("performActions()", "Layout");
|
| - });
|
| + InspectorTest.performActionsAndPrint("performActions()", "Layout");
|
| }
|
|
|
| </script>
|
|
|