| Index: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
|
| index 5adbb5edc2b0078764f505cedf3e126c6200048f..4d236ae352e6e62846b50974950fe75914728896 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/service-workers-test.js
|
| @@ -37,7 +37,7 @@ InspectorTest.waitForServiceWorker = function(callback)
|
| InspectorTest.dumpServiceWorkersView = function()
|
| {
|
| var swView = WebInspector.panels.resources.visibleView;
|
| - return swView._reportView._sectionList.childTextNodes().map(function(node) { return node.textContent.replace(/Last modified.*/, "Last modified").replace(/#\d+/, "#N"); }).join("\n");
|
| + return swView._reportView._sectionList.childTextNodes().map(function(node) { return node.textContent.replace(/Received.*/, "Received").replace(/#\d+/, "#N"); }).join("\n");
|
| }
|
|
|
| InspectorTest.deleteServiceWorkerRegistration = function(scope)
|
|
|