Index: third_party/WebKit/PerformanceTests/Layout/line-layout.html |
diff --git a/third_party/WebKit/PerformanceTests/Layout/line-layout.html b/third_party/WebKit/PerformanceTests/Layout/line-layout.html |
index 32b4eeffc28c2b00e903ab74175219295cb7b4ca..1d8e9f41cd729b54bf187a0f91f1a56d1fd672d6 100644 |
--- a/third_party/WebKit/PerformanceTests/Layout/line-layout.html |
+++ b/third_party/WebKit/PerformanceTests/Layout/line-layout.html |
@@ -78,11 +78,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"; |
} |