Bug 843684 - Patch up include to avoid compilation warnings when JS_THREADSAFE is not defined r=njn

This commit is contained in:
Nicholas D. Matsakis 2013-02-25 08:06:48 -05:00
parent d7ac1b7f6a
commit b87286ac46

View File

@ -19,9 +19,9 @@
#include "jsinterpinlines.h"
#include "jsobjinlines.h"
#if defined(JS_THREADSAFE) && defined(JS_ION)
#ifdef JS_ION
#include "ion/ParallelArrayAnalysis.h"
#endif // THREADSAFE && ION
#endif // ION
#if defined(DEBUG) && defined(JS_THREADSAFE) && defined(JS_ION)
#include "ion/Ion.h"