Changeset 206525 in webkit for trunk/Source/JavaScriptCore/b3/B3Compilation.h
- Timestamp:
- Sep 28, 2016, 10:08:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/b3/B3Compilation.h
r206522 r206525 24 24 */ 25 25 26 #ifndef B3Compilation_h 27 #define B3Compilation_h 26 #pragma once 28 27 29 28 #if ENABLE(B3_JIT) … … 76 75 77 76 #endif // ENABLE(B3_JIT) 78 79 #endif // B3Compilation_h80
Note:
See TracChangeset
for help on using the changeset viewer.