| Index: chrome/browser/resources/net_internals/dns_view.js
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/dns_view.js (revision 110334)
|
| +++ chrome/browser/resources/net_internals/dns_view.js (working copy)
|
| @@ -100,7 +100,7 @@
|
| // Date the cache was logged. This will be either now, when actively
|
| // logging data, or the date the log dump was created.
|
| var logDate;
|
| - if (MainView.getInstance().isViewingLoadedLog()) {
|
| + if (MainView.isViewingLoadedLog()) {
|
| if (typeof ClientInfo.numericDate == 'number') {
|
| logDate = new Date(ClientInfo.numericDate);
|
| } else {
|
|
|