Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/agents-disabled-check.html

Issue 2441933002: [DevTools] Refactor connection-related classes. (Closed)
Patch Set: tests.js Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 648db01614b626b8d238d494c69e5fc91121b758..8c3de467b6a3faa8045804a6b6c7ff73e9ff07e6 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.Connection.prototype._dumpProtocolMessage = collectMessages;
+ InspectorBackendClass.TargetPrototype.prototype._dumpProtocolMessage = collectMessages;
InspectorBackendClass.Options.dumpInspectorProtocolMessages = 1;
messages.push("--> WebInspector.targetManager.suspendAllTargets();");
WebInspector.targetManager.suspendAllTargets();

Powered by Google App Engine
This is Rietveld 408576698