bug 513466 - add a dummy implementation of nsINavHistoryObserver::onBeforeDeleteURI to nsPlacesDBFlush to silence a useless error

r=sdwilsh
This commit is contained in:
Nickolay Ponomarev 2009-08-30 15:54:35 +04:00
parent 3a4a6aafdd
commit 70b41042b9

View File

@ -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) { },