* dfg/DFGCorrectableJumpPoint.cpp:
* dfg/DFGCorrectableJumpPoint.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@100082
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-11-12 Patrick Gansterer <paroga@webkit.org>
+
+ Unreviewed. Add ENABLE(DFG_JIT) around DFGCorrectableJumpPoint code.
+
+ * dfg/DFGCorrectableJumpPoint.cpp:
+ * dfg/DFGCorrectableJumpPoint.h:
+
2011-11-12 Patrick Gansterer <paroga@webkit.org>
[CMake] Move list of DFG source files into correct file
#include "config.h"
#include "DFGCorrectableJumpPoint.h"
+#if ENABLE(DFG_JIT)
+
#include "CodeBlock.h"
namespace JSC { namespace DFG {
}
} } // namespace JSC::DFG
+
+#endif // ENABLE(DFG_JIT)
#ifndef DFGCorrectableJumpPoint_h
#define DFGCorrectableJumpPoint_h
+#if ENABLE(DFG_JIT)
+
#include "LinkBuffer.h"
#include "MacroAssembler.h"
} } // namespace JSC::DFG
+#endif // ENABLE(DFG_JIT)
+
#endif // DFGCorrectableJumpPoint_h