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 98468de commit 509822aCopy full SHA for 509822a
src/ecma-debugger/eventlisteners/evlisteners.js
@@ -169,9 +169,8 @@ cls.EventListeners.prototype = new function()
169
if (ctx.rt_id_list.every(function(rt_id) { return ctx.win_id_map[rt_id]; }))
170
ctx.rt_id_list.map(this._get_event_types.bind(this, ctx));
171
}
172
- else
173
- opera.postError(ui_strings.S_DRAGONFLY_INFO_MESSAGE +
174
- "failed to get the window object in cls.EventListeners.")
+ // Ignore failure. It's quite common that new runtimes get replace quickly
+ // by some document.write.
175
};
176
177
this._get_event_types = function(ctx, rt_id)
0 commit comments