| Index: LayoutTests/inspector/profiler/profiler-test.js
|
| diff --git a/LayoutTests/inspector/profiler/profiler-test.js b/LayoutTests/inspector/profiler/profiler-test.js
|
| index 2a3c114124a60487a86a1da009228ab8d38fc3cf..ee38649deeb668ebfd56a137e8d56328e830315b 100644
|
| --- a/LayoutTests/inspector/profiler/profiler-test.js
|
| +++ b/LayoutTests/inspector/profiler/profiler-test.js
|
| @@ -2,6 +2,7 @@ var initialize_ProfilerTest = function() {
|
|
|
| InspectorTest.startProfilerTest = function(callback)
|
| {
|
| + WebInspector.experimentsSettings.disableAgentsWhenProfile.enableForTest();
|
| WebInspector.inspectorView.showPanel("profiles");
|
|
|
| InspectorTest.addResult("Profiler was enabled.");
|
|
|