Bug 924248 - Make nsIDocument.h go on a diet; r=jst

The nsMacShellService code is rewritten to stop using GetLoadContext
which will now only be available in libxul.
This commit is contained in:
Ehsan Akhgari
2013-10-07 22:21:07 -04:00
parent 8a3728a851
commit ee862a9525
12 changed files with 67 additions and 35 deletions

View File

@@ -38,6 +38,7 @@
#include "nsVersionComparator.h"
#include "mozilla/Preferences.h"
#include "mozilla/unused.h"
#include "nsILoadContext.h"
using namespace mozilla;