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

Unified Diff: third_party/WebKit/LayoutTests/inspector/report-protocol-errors.html

Issue 2600323002: DevTools: extract protocol module (Closed)
Patch Set: move inspector backend commands.js Created 4 years 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 5a2ffec35239e8341293b1e7e669e44dc2a20638..fd3bdff7fc449c935878ba0a8f59daa78f3e959b 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.InspectorBackend.reportProtocolError = function(error, message)
{
if (numberOfReports < messages.length) {
InspectorTest.addObject(message);

Powered by Google App Engine
This is Rietveld 408576698