Changeset 206506 in webkit for trunk/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h
- Timestamp:
- Sep 28, 2016, 1:10:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/ArrayAllocationProfile.h
r166792 r206506 24 24 */ 25 25 26 #ifndef ArrayAllocationProfile_h 27 #define ArrayAllocationProfile_h 26 #pragma once 28 27 29 28 #include "IndexingType.h" … … 77 76 78 77 } // namespace JSC 79 80 #endif // ArrayAllocationProfile_h81
Note:
See TracChangeset
for help on using the changeset viewer.