Bug 867439 - Only include IonFrames.h when building with ION. r=nbp

This commit is contained in:
Steve Singer 2013-05-01 08:48:27 -04:00
parent ad7960593e
commit 727a09dcf1

View File

@ -18,7 +18,9 @@
#include "vm/Stack-inl.h"
#include "vm/ArgumentsObject-inl.h"
#if defined(JS_ION)
#include "ion/IonFrames.h"
#endif
using namespace js;
using namespace js::gc;