Changeset 159987 in webkit for trunk/Source/JavaScriptCore/jit/JITDisassembler.cpp
- Timestamp:
- Dec 2, 2013, 5:32:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITDisassembler.cpp
r159883 r159987 1 1 /* 2 * Copyright (C) 2012 Apple Inc. All rights reserved.2 * Copyright (C) 2012, 2013 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 #include "JITDisassembler.h" 28 28 29 #if ENABLE(JIT) 29 #if ENABLE(JIT) && ENABLE(DISASSEMBLER) 30 30 31 31 #include "CodeBlock.h" … … 165 165 } // namespace JSC 166 166 167 #endif // ENABLE(JIT) 167 #endif // ENABLE(JIT) && ENABLE(DISASSEMBLER) 168 168
Note:
See TracChangeset
for help on using the changeset viewer.