diff --git a/mobile/chrome/content/BookmarkHelper.js b/mobile/chrome/content/BookmarkHelper.js index cb22ceacde85..ec1f3a6cbd79 100644 --- a/mobile/chrome/content/BookmarkHelper.js +++ b/mobile/chrome/content/BookmarkHelper.js @@ -38,7 +38,7 @@ var BookmarkHelper = { try { self._editor.startEditing(); } catch(e) { - setTimeout(waitForWidget, 0, this); + setTimeout(waitForWidget, 0, self); } } setTimeout(waitForWidget, 0, this);