mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
bug 513466 - add a dummy implementation of nsINavHistoryObserver::onBeforeDeleteURI to nsPlacesDBFlush to silence a useless error
r=sdwilsh
This commit is contained in:
parent
6abbe132c6
commit
ac87ad72ed
@ -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) { },
|
||||
|
Loading…
Reference in New Issue
Block a user