Changeset 206522 in webkit for trunk/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h
- Timestamp:
- Sep 28, 2016, 9:33:16 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGInlineCacheWrapperInlines.h
r206506 r206522 24 24 */ 25 25 26 #pragma once 26 #ifndef DFGInlineCacheWrapperInlines_h 27 #define DFGInlineCacheWrapperInlines_h 27 28 28 29 #if ENABLE(DFG_JIT) … … 43 44 44 45 #endif // ENABLE(DFG_JIT) 46 47 #endif // DFGInlineCacheWrapperInlines_h 48
Note:
See TracChangeset
for help on using the changeset viewer.