| Index: WebCore/inspector/front-end/ResourceManager.js
|
| ===================================================================
|
| --- WebCore/inspector/front-end/ResourceManager.js (revision 74261)
|
| +++ WebCore/inspector/front-end/ResourceManager.js (working copy)
|
| @@ -535,10 +535,8 @@
|
| this.addOrUpdateFrame(frame);
|
|
|
| var resourcesForFrame = this._resourcesByFrameId[frame.id];
|
| - for (var i = 0; resourcesForFrame && i < resourcesForFrame.length; ++i) {
|
| - WebInspector.resourceManager._bindResourceURL(resourcesForFrame[i]);
|
| + for (var i = 0; resourcesForFrame && i < resourcesForFrame.length; ++i)
|
| WebInspector.panels.resources.addResourceToFrame(frame.id, resourcesForFrame[i]);
|
| - }
|
| },
|
|
|
| frameDetachedFromParent: function(frameId)
|
|
|