Fix up a little merge fail so that infallible malloc macros don't get run on js/src files.

This commit is contained in:
Robert Sayre 2010-03-13 14:35:27 -05:00
Родитель 762c04cd61
Коммит e0f914f567
1 изменённых файлов: 7 добавлений и 7 удалений

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

@ -37,6 +37,13 @@
*
* ***** END LICENSE BLOCK ***** */
// JavaScript includes
#include "jsapi.h"
#include "jsprvtd.h" // we are using private JS typedefs...
#include "jscntxt.h"
#include "jsobj.h"
#include "jsdbgapi.h"
#include "nscore.h"
#include "nsDOMClassInfo.h"
#include "nsCRT.h"
@ -62,13 +69,6 @@
#include "nsIRunnable.h"
#include "nsThreadUtils.h"
// JavaScript includes
#include "jsapi.h"
#include "jsprvtd.h" // we are using private JS typedefs...
#include "jscntxt.h"
#include "jsobj.h"
#include "jsdbgapi.h"
// General helper includes
#include "nsGlobalWindow.h"
#include "nsIContent.h"