This commit is contained in:
Gavin Sharp 2009-03-02 05:25:43 -05:00
Родитель 1169f807e1
Коммит 9b817da3b7
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -437,7 +437,7 @@ CanvasBrowser.prototype = {
*/
elementFromPoint: function(aX, aY) {
let [x, y] = this._clientToContentCoords(aX, aY);
let cwu = this.contentDOMWindowUtils
let cwu = this.contentDOMWindowUtils;
return cwu.elementFromPoint(x, y,
true, /* ignore root scroll frame*/
false); /* don't flush layout */