We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2595220 commit 848e573Copy full SHA for 848e573
src/resource-manager/resource_service.js
@@ -414,8 +414,9 @@ cls.ResourceContext = function(data)
414
frame = this.frames[res.frameID];
415
if (!frame)
416
{
417
- // unknown frame -> invalid resource
418
- console.info('invalidating the orphan resource '+ res.id );
+ // unknown frame -> invalid resource
+ opera.postError(ui_strings.S_DRAGONFLY_INFO_MESSAGE +
419
+ 'Invalidating orphan resource '+ res.id);
420
res.invalid = true;
421
}
422
else if (eventname == "urlload")
0 commit comments