Changeset 206525 in webkit for trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h
- Timestamp:
- Sep 28, 2016, 10:08:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JSInterfaceJIT.h
r206522 r206525 24 24 */ 25 25 26 #ifndef JSInterfaceJIT_h 27 #define JSInterfaceJIT_h 26 #pragma once 28 27 29 28 #include "BytecodeConventions.h" … … 258 257 259 258 #endif // ENABLE(JIT) 260 261 #endif // JSInterfaceJIT_h
Note:
See TracChangeset
for help on using the changeset viewer.