Subject: Fix build failure on platforms without YARR JIT Bug-Mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=703534 Origin: upstream, https://hg.mozilla.org/mozilla-central/raw-rev/15cf58eb7923 Author: Mike Hommey # Rebased for Firefox 9 and Thunderbird directory structure # HG changeset patch # User Mike Hommey # Date 1321613368 -3600 # Node ID 15cf58eb7923d34de7e61df80fa5f8a18a995abf # Parent aeb035da53283c56370992f254e4f79d7dd180f8 --- js/src/jscompartment.cpp | 1 - 1 file changed, 1 deletion(-) Index: mozilla/mozilla/js/src/jscompartment.cpp =================================================================== --- mozilla.orig/mozilla/js/src/jscompartment.cpp +++ mozilla/mozilla/js/src/jscompartment.cpp @@ -50,7 +50,6 @@ #include "jswatchpoint.h" #include "jswrapper.h" #include "assembler/wtf/Platform.h" -#include "assembler/jit/ExecutableAllocator.h" #include "yarr/BumpPointerAllocator.h" #include "methodjit/MethodJIT.h" #include "methodjit/PolyIC.h"