| Index: PerformanceTests/Layout/resources/floats.js
|
| diff --git a/PerformanceTests/Layout/resources/floats.js b/PerformanceTests/Layout/resources/floats.js
|
| index 58e456c4b92c80399f16dbabb0f291e656ea68ca..d0dfdec51cc789316de842c707f57744c9526fbc 100644
|
| --- a/PerformanceTests/Layout/resources/floats.js
|
| +++ b/PerformanceTests/Layout/resources/floats.js
|
| @@ -49,8 +49,7 @@
|
| var y = Math.floor(Math.random() * height);
|
| var el = document.getElementById("float" + x + "_" + y);
|
| el.className = toggle(el.className, "float", "float big");
|
| - // Force a layout.
|
| - container.clientHeight;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| }
|
| resetTest();
|
| container.style.display = "none";
|
|
|