Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
This commit is contained in:
@@ -38,8 +38,8 @@
|
||||
#include "nsSHTransaction.h"
|
||||
|
||||
// docshell
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebShell);
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDefaultURIFixup);
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWebShell)
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDefaultURIFixup)
|
||||
|
||||
// uriloader
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsURILoader)
|
||||
@@ -50,7 +50,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsPrefetchService, Init)
|
||||
|
||||
#if defined(XP_MAC) || defined(XP_MACOSX)
|
||||
#include "nsInternetConfigService.h"
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsInternetConfigService);
|
||||
NS_GENERIC_FACTORY_CONSTRUCTOR(nsInternetConfigService)
|
||||
#endif
|
||||
|
||||
// session history
|
||||
@@ -63,7 +63,7 @@ NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsSHistory, Init)
|
||||
// of nsDocShell. Once migration is complete, docshells will be the main
|
||||
// "shell" class and this module will need to register the docshell as
|
||||
// a component
|
||||
//NS_GENERIC_FACTORY_CONSTRUCTOR(nsDocShell);
|
||||
//NS_GENERIC_FACTORY_CONSTRUCTOR(nsDocShell)
|
||||
|
||||
static const nsModuleComponentInfo gDocShellModuleInfo[] = {
|
||||
// docshell
|
||||
|
||||
Reference in New Issue
Block a user