| Index: PerformanceTests/resources/runner.js
|
| diff --git a/PerformanceTests/resources/runner.js b/PerformanceTests/resources/runner.js
|
| index 2c6bb828a33ed4812980a33f4e70712487425934..7cbbc897f7a05012f27935f88b9ec59578527834 100644
|
| --- a/PerformanceTests/resources/runner.js
|
| +++ b/PerformanceTests/resources/runner.js
|
| @@ -1,9 +1,5 @@
|
| // There are tests for computeStatistics() located in LayoutTests/fast/harness/perftests
|
|
|
| -// Require non-quantized real-time JS heap size information.
|
| -if (window.internals)
|
| - internals.settings.setPreciseMemoryInfoEnabled(true);
|
| -
|
| if (window.testRunner) {
|
| testRunner.waitUntilDone();
|
| testRunner.dumpAsText();
|
|
|