| Index: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| index 4ca9cd3e8699351504b00d40bbd396fc06d63d74..88a8ad268ac2d305e6b4b2008a764cf00c9b1357 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
|
| @@ -81,7 +81,7 @@ function test()
|
| return Array.prototype.slice.call(arguments);
|
| }
|
|
|
| - var agent = SDK.targetManager.mainTarget().profilerAgent();
|
| + var agent = SDK.targetManager.mainTarget()._dispatcher.profilerAgent();
|
| Promise.resolve()
|
| .then(function() { return processResult("commandError", agent.commandError({"message": "this is the error message"}, defaultHandler)); }) // Error: error in the protocol response
|
| .then(function() { return processResult("commandArgs0", agent.commandArgs0(defaultHandler)); })
|
|
|