X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=common%2Fmodules%2Fbookmarkcache.jsm;h=66d056c84975f6a31253f9fa364a62524f4192dd;hb=refs%2Fheads%2Fupstream;hp=031618941e915c2e2d6121f7cad5344085be185a;hpb=354a049cce8415487552ce405cce167b7071fe1f;p=dactyl.git diff --git a/common/modules/bookmarkcache.jsm b/common/modules/bookmarkcache.jsm index 0316189..66d056c 100644 --- a/common/modules/bookmarkcache.jsm +++ b/common/modules/bookmarkcache.jsm @@ -1,4 +1,4 @@ -// Copyright ©2008-2013 Kris Maglione +// Copyright ©2008-2014 Kris Maglione // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. @@ -160,7 +160,7 @@ var BookmarkCache = Module("BookmarkCache", XPCOM(Ci.nsINavBookmarkObserver), { try { return services.bookmarks .getBookmarkIdsForURI(uri, {}) - .some(this.closure.isRegularBookmark); + .some(this.bound.isRegularBookmark); } catch (e) { return false;