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); |