Changeset 206522 in webkit for trunk/Source/JavaScriptCore/jit/SpecializedThunkJIT.h
- Timestamp:
- Sep 28, 2016, 9:33:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/SpecializedThunkJIT.h
r206506 r206522 24 24 */ 25 25 26 #pragma once 26 #ifndef SpecializedThunkJIT_h 27 #define SpecializedThunkJIT_h 27 28 28 29 #if ENABLE(JIT) … … 215 216 216 217 #endif // ENABLE(JIT) 218 219 #endif // SpecializedThunkJIT_h
Note:
See TracChangeset
for help on using the changeset viewer.