Changeset 84069 in webkit


Ignore:
Timestamp:
Apr 15, 2011 6:19:27 PM (13 years ago)
Author:
barraclough@apple.com
Message:

Errrk! - build fix from !x86-64.

  • dfg/DFGNode.h:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r84068 r84069  
     12011-04-15  Gavin Barraclough  <barraclough@apple.com>
     2
     3        Errrk! - build fix from !x86-64.
     4
     5        * dfg/DFGNode.h:
     6
    172011-04-15  David Levin  <levin@chromium.org>
    28
  • trunk/Source/JavaScriptCore/dfg/DFGNode.h

    r84063 r84069  
    2727#define DFGNode_h
    2828
    29 #if ENABLE(DFG_JIT)
    30 
    31 #include <wtf/Vector.h>
    32 
    3329// Emit various logging information for debugging, including dumping the dataflow graphs.
    3430#define DFG_DEBUG_VERBOSE 0
     
    4440#define DFG_SUCCESS_STATS 0
    4541
     42
     43#if ENABLE(DFG_JIT)
     44
     45#include <wtf/Vector.h>
    4646
    4747namespace JSC { namespace DFG {
Note: See TracChangeset for help on using the changeset viewer.