| Index: third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js b/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| index 651eec483a1bc7ee6905376a153992029dd2d071..194f85df499ba430db604b47b47978ab3a4dac45 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
|
| @@ -269,8 +269,6 @@ WebInspector.NetworkDataGridNode.prototype = {
|
| cell.title = failText + " " + this._request.localizedFailDescription;
|
| } else
|
| cell.setTextAndTitle(failText);
|
| - } else if (this._request.statusText == "Service Worker Fallback Required") {
|
| - cell.setTextAndTitle(WebInspector.UIString("(Service Worker Fallback)"));
|
| } else if (this._request.statusCode) {
|
| cell.createTextChild("" + this._request.statusCode);
|
| this._appendSubtitle(cell, this._request.statusText);
|
|
|