| Index: third_party/WebKit/PerformanceTests/Layout/latin-complex-text.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/latin-complex-text.html b/third_party/WebKit/PerformanceTests/Layout/latin-complex-text.html
|
| index bef68615ad9c126f88be6ec59294552bf159827e..37840d0917d81ff348762731843626c2273efe3c 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/latin-complex-text.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/latin-complex-text.html
|
| @@ -96,10 +96,10 @@
|
| };
|
|
|
| function runTest() {
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
| var now = PerfTestRunner.now();
|
| document.body.appendChild(docFragment.cloneNode(true));
|
| - PerfTestRunner.forceLayoutOrFullFrame();
|
| + PerfTestRunner.forceLayout();
|
| var resultTime = PerfTestRunner.now() - now;
|
| document.body.removeChild(document.body.lastChild);
|
| return resultTime;
|
|
|