| Index: third_party/WebKit/PerformanceTests/Layout/ArabicLineLayout.html
 | 
| diff --git a/third_party/WebKit/PerformanceTests/Layout/ArabicLineLayout.html b/third_party/WebKit/PerformanceTests/Layout/ArabicLineLayout.html
 | 
| index e795c9c6be4f6927be024a11356385acc509cfcb..35215cc8a56597cdd6320cd08a422723a6f29ba4 100644
 | 
| --- a/third_party/WebKit/PerformanceTests/Layout/ArabicLineLayout.html
 | 
| +++ b/third_party/WebKit/PerformanceTests/Layout/ArabicLineLayout.html
 | 
| @@ -36,11 +36,11 @@
 | 
|          function test() {
 | 
|              style.display = "block";
 | 
|              style.width = "280px";
 | 
| -            PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +            PerfTestRunner.forceLayout();
 | 
|              style.width = "300px";
 | 
| -            PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +            PerfTestRunner.forceLayout();
 | 
|              style.width = "290px";
 | 
| -            PerfTestRunner.forceLayoutOrFullFrame();
 | 
| +            PerfTestRunner.forceLayout();
 | 
|              style.display = "none";
 | 
|          }
 | 
|  
 | 
| 
 |