Bug 627516 - Unconditionally #include assembler/wtf/Platform.h to fix crash with --disable-methodjit, r=cdleary

--HG--
extra : rebase_source : cffc3a025b7f32111f97a6853fc5555282568ffe
This commit is contained in:
Steve Fink 2011-01-20 14:03:51 -08:00
Родитель 83784323ec
Коммит 1eba3b0769
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -45,6 +45,7 @@
#include "jsproxy.h" #include "jsproxy.h"
#include "jsscope.h" #include "jsscope.h"
#include "jstracer.h" #include "jstracer.h"
#include "assembler/wtf/Platform.h"
#include "methodjit/MethodJIT.h" #include "methodjit/MethodJIT.h"
#include "methodjit/PolyIC.h" #include "methodjit/PolyIC.h"
#include "methodjit/MonoIC.h" #include "methodjit/MonoIC.h"