diff --git a/mobile/chrome/content/browser-ui.js b/mobile/chrome/content/browser-ui.js index bd4438a09cf2..a34536d37999 100644 --- a/mobile/chrome/content/browser-ui.js +++ b/mobile/chrome/content/browser-ui.js @@ -1954,7 +1954,7 @@ var FormHelperUI = { SelectHelperUI.resize(); self._container.contentHasChanged(); - this._zoom(this._currentElementRect, this._currentCaretRect); + self._zoom(this._currentElementRect, this._currentCaretRect); }, 0, this); break; }