From ac87ad72ed7ce21e02b0dab0eba710b67d68d950 Mon Sep 17 00:00:00 2001 From: Nickolay Ponomarev Date: Sun, 30 Aug 2009 15:54:35 +0400 Subject: [PATCH] bug 513466 - add a dummy implementation of nsINavHistoryObserver::onBeforeDeleteURI to nsPlacesDBFlush to silence a useless error r=sdwilsh --- toolkit/components/places/src/nsPlacesDBFlush.js | 1 + 1 file changed, 1 insertion(+) diff --git a/toolkit/components/places/src/nsPlacesDBFlush.js b/toolkit/components/places/src/nsPlacesDBFlush.js index f32e4131a80b..ba08ee0f1926 100644 --- a/toolkit/components/places/src/nsPlacesDBFlush.js +++ b/toolkit/components/places/src/nsPlacesDBFlush.js @@ -259,6 +259,7 @@ nsPlacesDBFlush.prototype = { //onEndUpdateBatch: function() { }, onVisit: function(aURI, aVisitID, aTime, aSessionID, aReferringID, aTransitionType) { }, onTitleChanged: function(aURI, aPageTitle) { }, + onBeforeDeleteURI: function(aURI) { }, onDeleteURI: function(aURI) { }, onClearHistory: function() { }, onPageChanged: function(aURI, aWhat, aValue) { },