Index: third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js |
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js |
index f9098f8bfaf790c4833788cffb99deafacba1ccf..8ebc34ec03b49d07162a8ffa9ca7d49446e0c608 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js |
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/heap-snapshot-test.js |
@@ -414,8 +414,6 @@ InspectorTest.createHeapSnapshotMockFactories(); |
InspectorTest.startProfilerTest = function(callback) |
{ |
- WebInspector.settingForTest("showAdvancedHeapSnapshotProperties").set(true); |
- |
InspectorTest.addResult("Profiler was enabled."); |
// We mock out HeapProfilerAgent -- as DRT runs in single-process mode, Inspector |
// and test share the same heap. Taking a snapshot takes too long for a test, |