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

Unified Diff: third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.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-generation.html
diff --git a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
index fe2d56538287120f6b9baf6e5d40d346045a8e55..2284b9990d15e21cb38d508624bb7859930cb011 100644
--- a/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
+++ b/third_party/WebKit/LayoutTests/inspector/inspector-backend-commands-generation.html
@@ -28,13 +28,13 @@ function test()
]
}]
}]};
- var commands = WebInspector.InspectorBackendHostedMode.generateCommands(inspectorJson);
+ var commands = HostedMode.generateCommands(inspectorJson);
InspectorTest.addResult(commands);
InspectorTest.completeTest();
}
</script>
</head>
<body onload="runTest()">
-<p>Tests correctness of code generated by InspectorBackend.</p>
+<p>Tests correctness of code generated by HostedMode.</p>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698