| Index: chrome/browser/resources/net_internals/source_entry.js
|
| diff --git a/chrome/browser/resources/net_internals/source_entry.js b/chrome/browser/resources/net_internals/source_entry.js
|
| index 0898d79742060079f8361a1cacb7dcd4efb069ba..b204151ea7a6100d4eca4810df10dfe85c6d316e 100644
|
| --- a/chrome/browser/resources/net_internals/source_entry.js
|
| +++ b/chrome/browser/resources/net_internals/source_entry.js
|
| @@ -45,7 +45,7 @@ var SourceEntry = (function() {
|
| if (netErrorCode) {
|
| // Ignore error code caused by not finding an entry in the cache.
|
| if (logEntry.type != EventType.HTTP_CACHE_OPEN_ENTRY ||
|
| - netErrorCode != NetError.FAILED) {
|
| + netErrorCode != NetError.ERR_FAILED) {
|
| this.isError_ = true;
|
| }
|
| }
|
|
|