This commit is contained in:
mrbkap%gmail.com 2006-07-12 00:26:56 +00:00
Родитель ab23cb9ca5
Коммит d109ff536a
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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)