Bug 577579 - Fix event breakage from bug 130078 [r=roc,mbrubeck]

This commit is contained in:
Timothy Nikkel 2010-08-27 15:11:00 -07:00
parent 65d88dc7c4
commit b1151d9632

View File

@ -600,7 +600,7 @@ Content.prototype = {
let scrollOffset = Util.getScrollOffset(content);
let windowUtils = Util.getWindowUtils(content);
windowUtils.sendMouseEvent(aName, aX - scrollOffset.x, aY - scrollOffset.y, 0, 1, 0, true);
windowUtils.sendMouseEventToWindow(aName, aX - scrollOffset.x, aY - scrollOffset.y, 0, 1, 0, true);
},
startLoading: function startLoading() {