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

Unified Diff: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html

Issue 2453673002: [DevTools] Scope common protocol infrastructure under Protocol namespace in a separate module. (Closed)
Patch Set: 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/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 54eccef27aec11963bafec3de8dc71c8605671aa..46982612f06737edd3cd3686f53735b3ca5a3b30 100644
--- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
+++ b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands.html
@@ -65,7 +65,7 @@ function test()
]
}]
}]};
- var commands = WebInspector.InspectorBackendHostedMode.generateCommands(inspectorJson);
+ var commands = HostedMode.generateCommands(inspectorJson);
eval(commands);
var sendMessageToBackendOriginal = InspectorFrontendHost.sendMessageToBackend;

Powered by Google App Engine
This is Rietveld 408576698