| Index: inspector/front-end/AuditsPanel.js
|
| ===================================================================
|
| --- inspector/front-end/AuditsPanel.js (revision 53180)
|
| +++ inspector/front-end/AuditsPanel.js (working copy)
|
| @@ -193,7 +193,7 @@
|
| InspectorBackend.enableResourceTracking(false);
|
| this._updateLauncherViewControls();
|
| } else
|
| - InjectedScriptAccess.evaluate("window.location.reload()", nullCallback);
|
| + InjectedScriptAccess.getDefault().evaluate("window.location.reload()", nullCallback);
|
| },
|
|
|
| _didMainResourceLoad: function()
|
|
|