| 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 8c3de467b6a3faa8045804a6b6c7ff73e9ff07e6..3273a06b1cc3d7f1d2980aac1f34672194829958 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html
|
| @@ -11,7 +11,7 @@ function test()
|
| {
|
| messages.push(message);
|
| }
|
| - InspectorBackendClass.TargetPrototype.prototype._dumpProtocolMessage = collectMessages;
|
| + Protocol.Target.prototype._dumpProtocolMessage = collectMessages;
|
| InspectorBackendClass.Options.dumpInspectorProtocolMessages = 1;
|
| messages.push("--> WebInspector.targetManager.suspendAllTargets();");
|
| WebInspector.targetManager.suspendAllTargets();
|
|
|