mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Fixing VC5 build (include nsIDocShell.h before nsCOMPtr use) r=dbragg
This commit is contained in:
parent
d98a4d2ef9
commit
2ff3f382bb
@ -24,6 +24,7 @@
|
||||
#include "nsIComponentManager.h"
|
||||
#include "nsIServiceManager.h"
|
||||
|
||||
#include "nsIDocShell.h"
|
||||
#include "nsWebBrowser.h"
|
||||
#include "nsWebBrowserSetup.h"
|
||||
|
||||
@ -91,4 +92,4 @@ NSUnregisterSelf(nsISupports* aServMgr, const char* aPath)
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
|
||||
return rv;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user