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
Родитель c43dc58c55
Коммит 9f59c9c215
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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() {