зеркало из https://github.com/mozilla/gecko-dev.git
Fixing DEBUG-only bustage
This commit is contained in:
Родитель
ab23cb9ca5
Коммит
d109ff536a
|
@ -105,6 +105,7 @@
|
|||
|
||||
#ifdef NS_DEBUG
|
||||
#include "jsgc.h" // for WAY_TOO_MUCH_GC, if defined for GC debugging
|
||||
#include "nsGlobalWindow.h"
|
||||
#endif
|
||||
|
||||
#ifdef MOZ_JSDEBUGGER
|
||||
|
@ -563,8 +564,6 @@ LocaleCompare(JSContext *cx, JSString *src1, JSString *src2, jsval *rval)
|
|||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
#include "nsGlobalWindow.h"
|
||||
|
||||
// A couple of useful functions to call when you're debugging.
|
||||
nsGlobalWindow *
|
||||
JSObject2Win(JSContext *cx, JSObject *obj)
|
||||
|
|
Загрузка…
Ссылка в новой задаче