mozilla-bmo703534.patch
changeset 382 67f876aafae8
parent 380 0887a88b1e85
child 386 7784e72b1a3a
equal deleted inserted replaced
380:0887a88b1e85 382:67f876aafae8
     1 # HG changeset patch
       
     2 # User Mike Hommey <mh+mozilla@glandium.org>
       
     3 # Date 1321613368 -3600
       
     4 # Node ID 15cf58eb7923d34de7e61df80fa5f8a18a995abf
       
     5 # Parent  aeb035da53283c56370992f254e4f79d7dd180f8
       
     6 Bug 703534 - Fix build failure on platforms without YARR JIT. r=luke
       
     7 target: M11
       
     8 
       
     9 diff --git a/js/src/jscompartment.cpp b/js/src/jscompartment.cpp
       
    10 --- a/js/src/jscompartment.cpp
       
    11 +++ b/js/src/jscompartment.cpp
       
    12 @@ -45,17 +45,16 @@
       
    13  #include "jsiter.h"
       
    14  #include "jsmath.h"
       
    15  #include "jsproxy.h"
       
    16  #include "jsscope.h"
       
    17  #include "jstracer.h"
       
    18  #include "jswatchpoint.h"
       
    19  #include "jswrapper.h"
       
    20  #include "assembler/wtf/Platform.h"
       
    21 -#include "assembler/jit/ExecutableAllocator.h"
       
    22  #include "yarr/BumpPointerAllocator.h"
       
    23  #include "methodjit/MethodJIT.h"
       
    24  #include "methodjit/PolyIC.h"
       
    25  #include "methodjit/MonoIC.h"
       
    26  #include "vm/Debugger.h"
       
    27  
       
    28  #include "jsgcinlines.h"
       
    29  #include "jsscopeinlines.h"