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 bc01afb5f8e0baa14dd26525da3f37bba2358e0b..eb99ff2ced654b2aa2194728f53cd99118c2c652 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html |
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html |
@@ -10,7 +10,7 @@ function test() |
{ |
messages.push(message); |
} |
- Protocol.TargetBase.prototype._dumpProtocolMessage = collectMessages; |
+ Protocol.Dispatcher.prototype._dumpProtocolMessage = collectMessages; |
Protocol.InspectorBackend.Options.dumpInspectorProtocolMessages = 1; |
messages.push("--> SDK.targetManager.suspendAllTargets();"); |
SDK.targetManager.suspendAllTargets(); |