From 1eba3b07695edf30a18cf2aac4c791e8ecaa7763 Mon Sep 17 00:00:00 2001 From: Steve Fink Date: Thu, 20 Jan 2011 14:03:51 -0800 Subject: [PATCH] Bug 627516 - Unconditionally #include assembler/wtf/Platform.h to fix crash with --disable-methodjit, r=cdleary --HG-- extra : rebase_source : cffc3a025b7f32111f97a6853fc5555282568ffe --- js/src/jscompartment.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/js/src/jscompartment.cpp b/js/src/jscompartment.cpp index d0384eb2db95..537cd73bddc1 100644 --- a/js/src/jscompartment.cpp +++ b/js/src/jscompartment.cpp @@ -45,6 +45,7 @@ #include "jsproxy.h" #include "jsscope.h" #include "jstracer.h" +#include "assembler/wtf/Platform.h" #include "methodjit/MethodJIT.h" #include "methodjit/PolyIC.h" #include "methodjit/MonoIC.h"