зеркало из https://github.com/mozilla/gecko-dev.git
Bug 339244 Layout won't build with --disable-inspector-apis r=benjamin,sr=dbaron
This commit is contained in:
Родитель
1d576a042e
Коммит
a1f600cbbf
|
@ -166,12 +166,14 @@ static NS_DEFINE_CID(kWindowCommandTableCID, NS_WINDOWCOMMANDTABLE_CID);
|
|||
#include "nsIXULPrototypeDocument.h"
|
||||
#include "nsIXULSortService.h"
|
||||
|
||||
#ifndef MOZ_NO_INSPECTOR_APIS
|
||||
#include "inDOMView.h"
|
||||
#include "inDeepTreeWalker.h"
|
||||
#include "inFlasher.h"
|
||||
#include "inCSSValueSearch.h"
|
||||
#include "inFileSearch.h"
|
||||
#include "inDOMUtils.h"
|
||||
#endif
|
||||
|
||||
NS_IMETHODIMP
|
||||
NS_NewXULContentBuilder(nsISupports* aOuter, REFNSIID aIID, void** aResult);
|
||||
|
|
|
@ -93,7 +93,9 @@
|
|||
#include "nsSVGUtils.h"
|
||||
#endif
|
||||
|
||||
#ifndef MOZ_NO_INSPECTOR_APIS
|
||||
#include "inDOMView.h"
|
||||
#endif
|
||||
|
||||
#include "nsError.h"
|
||||
#include "nsTraceRefcnt.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче