mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
Fix Places build on gcc4 by removing extra semicolons. Bug 318974, patch by jlurz24@gmail.com, r=me.
This commit is contained in:
parent
386c93c9c3
commit
6f8c691831
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -268,7 +268,7 @@ BookmarkContentSink::Init(PRBool aAllowRootChanges,
|
||||
|
||||
NS_IMPL_ISUPPORTS2(BookmarkContentSink,
|
||||
nsIContentSink,
|
||||
nsIHTMLContentSink);
|
||||
nsIHTMLContentSink)
|
||||
|
||||
// nsIContentSink **************************************************************
|
||||
|
||||
|
@ -280,7 +280,7 @@ nsNavHistoryQueryNode::BuildChildren()
|
||||
|
||||
NS_IMPL_ISUPPORTS_INHERITED2(nsNavHistoryResult, nsNavHistoryResultNode,
|
||||
nsINavHistoryResult,
|
||||
nsITreeView);
|
||||
nsITreeView)
|
||||
|
||||
|
||||
// nsNavHistoryResult::nsNavHistoryResult
|
||||
|
Loading…
x
Reference in New Issue
Block a user