Changeset 206506 in webkit for trunk/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h
- Timestamp:
- Sep 28, 2016, 1:10:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGAvailabilityMap.h
r184206 r206506 24 24 */ 25 25 26 #ifndef DFGAvailabilityMap_h 27 #define DFGAvailabilityMap_h 26 #pragma once 28 27 29 28 #if ENABLE(DFG_JIT) … … 87 86 88 87 #endif // ENABLE(DFG_JIT) 89 90 #endif // DFGAvailabilityMap_h91
Note:
See TracChangeset
for help on using the changeset viewer.