diff --git a/mozilla/toolkit/components/places/public/nsINavHistoryService.idl b/mozilla/toolkit/components/places/public/nsINavHistoryService.idl index 836aaeeae8f..fb1c1e7dbcf 100644 --- a/mozilla/toolkit/components/places/public/nsINavHistoryService.idl +++ b/mozilla/toolkit/components/places/public/nsINavHistoryService.idl @@ -46,7 +46,6 @@ interface nsINavHistoryQueryResultNode; interface nsINavHistoryFolderResultNode; interface nsINavHistoryQuery; interface nsINavHistoryQueryOptions; -interface nsITransactionManager; interface nsITreeColumn; interface nsIWritablePropertyBag; @@ -1060,12 +1059,6 @@ interface nsINavHistoryService : nsISupports * done changing. Should match beginUpdateBatch or bad things will happen. */ void endUpdateBatch(); - - /** - * The Transaction Manager for edit operations performed on History and - * Bookmark items. - */ - readonly attribute nsITransactionManager transactionManager; }; /**