| Index: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
|
| index a039ae18e17b1bc96083a13fd5ae141fe67dc665..67c67d1ff5e3fb1ad848c55edefccd0aa0dd7aa2 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-worker-agents.html
|
| @@ -11,7 +11,7 @@ function test()
|
|
|
| InspectorTest.addSniffer(WebInspector.MainConnection.prototype, "sendMessage", function(message) {
|
| var messageString = JSON.stringify(message);
|
| - if (!messageString.includes("ServiceWorker.sendMessage"))
|
| + if (!messageString.includes("Target.sendMessageToTarget"))
|
| return;
|
| if (messageString.includes("DOM."))
|
| InspectorTest.addResult("DOM-related command should NOT be issued: " + messageString);
|
|
|