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

Unified Diff: third_party/WebKit/LayoutTests/inspector/report-protocol-errors.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/report-protocol-errors.html
diff --git a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html
index 46e0ec9840c6347d6fc6a5e624b13e873c244177..038b1482ae6ddb5628d929c810dbe4d3078b753e 100644
--- a/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html
+++ b/third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html
@@ -29,7 +29,7 @@ function test()
var numberOfReports = 0;
- InspectorBackendClass.reportProtocolError = function(error, message)
+ Protocol._reportError = function(error, message)
{
if (numberOfReports < messages.length) {
InspectorTest.addObject(message);
@@ -53,7 +53,7 @@ function test()
<body onload="runTest()">
<p>
-Tests that InspectorBackendDispatcher is catching incorrect messages.
+Tests that backend dispatcher is catching incorrect messages.
</p>
</body>

Powered by Google App Engine
This is Rietveld 408576698