| Index: third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
|
| index 4da046c86e0df83db96b17fbfcae8da3b337c0fa..bc01afb5f8e0baa14dd26525da3f37bba2358e0b 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
|
| @@ -5,7 +5,6 @@
|
|
|
| function test()
|
| {
|
| - Common.settingForTest("enableAsyncStackTraces").set(true);
|
| var messages = [];
|
| function collectMessages(message)
|
| {
|
| @@ -26,7 +25,6 @@ function test()
|
| message = message.replace(/"id":\d+,/, '"id":<number>,');
|
| InspectorTest.addResult(message);
|
| }
|
| - Common.settingForTest("enableAsyncStackTraces").set(false);
|
| InspectorTest.completeTest();
|
| }
|
|
|
|
|