Chromium Code Reviews| Index: inspector/front-end/ResourcesPanel.js |
| =================================================================== |
| --- inspector/front-end/ResourcesPanel.js (revision 53180) |
| +++ inspector/front-end/ResourcesPanel.js (working copy) |
| @@ -984,7 +984,7 @@ |
| ondblclick: function(event) |
| { |
| - InjectedScriptAccess.openInInspectedWindow(this.resource.url, function() {}); |
| + InjectedScriptAccess.getDefault().openInInspectedWindow(this.resource.url, function() {}); |
| }, |
| ondragstart: function(event) { |