| Index: third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
|
| index 708c25e45a6a1127ebcdc4820e9c1bfa38f86ca8..f6a72e0af0e24ace4a3e4b9f0abb302daa424d10 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check-expected.txt
|
| @@ -1,7 +1,7 @@
|
| Test that if a profiler is working all the agents are disabled.
|
|
|
| --> WebInspector.targetManager.suspendAllTargets();
|
| -frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{"value":false}}
|
| +frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":false}}
|
| frontend: {"id":<number>,"method":"Debugger.disable"}
|
| frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":0}}
|
| frontend: {"id":<number>,"method":"Page.setOverlayMessage"}
|
| @@ -9,7 +9,7 @@
|
| frontend: {"id":<number>,"method":"CSS.disable"}
|
|
|
| --> WebInspector.targetManager.resumeAllTargets();
|
| -frontend: {"id":<number>,"method":"Worker.setWaitForDebuggerOnStart","params":{"value":true}}
|
| +frontend: {"id":<number>,"method":"Worker.setAutoconnectToWorkers","params":{"value":true}}
|
| frontend: {"id":<number>,"method":"Debugger.enable"}
|
| frontend: {"id":<number>,"method":"Debugger.setPauseOnExceptions","params":{"state":"none"}}
|
| frontend: {"id":<number>,"method":"Debugger.setAsyncCallStackDepth","params":{"maxDepth":4}}
|
|
|