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