Fix Places build on gcc4 by removing extra semicolons. Bug 318974, patch by jlurz24@gmail.com, r=me.

This commit is contained in:
bryner%brianryner.com 2005-12-03 23:35:47 +00:00
parent 386c93c9c3
commit 6f8c691831
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsBookmarksService, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsForwardProxyDataSource, Init)
#ifdef MOZ_PLACES
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNavHistory, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAnnoProtocolHandler);
NS_GENERIC_FACTORY_CONSTRUCTOR(nsAnnoProtocolHandler)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsAnnotationService, Init)
NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsNavBookmarks, Init)
#endif

View File

@ -60,7 +60,7 @@ static NS_DEFINE_CID(kmozStorageServiceCID, MOZ_STORAGE_SERVICE_CID);
static NS_DEFINE_CID(kmozStorageConnectionCID, MOZ_STORAGE_CONNECTION_CID);
NS_IMPL_ISUPPORTS1(nsAnnotationService,
nsIAnnotationService);
nsIAnnotationService)
// nsAnnotationService::nsAnnotationService

View File

@ -268,7 +268,7 @@ BookmarkContentSink::Init(PRBool aAllowRootChanges,
NS_IMPL_ISUPPORTS2(BookmarkContentSink,
nsIContentSink,
nsIHTMLContentSink);
nsIHTMLContentSink)
// nsIContentSink **************************************************************

View File

@ -280,7 +280,7 @@ nsNavHistoryQueryNode::BuildChildren()
NS_IMPL_ISUPPORTS_INHERITED2(nsNavHistoryResult, nsNavHistoryResultNode,
nsINavHistoryResult,
nsITreeView);
nsITreeView)
// nsNavHistoryResult::nsNavHistoryResult