Changeset 206506 in webkit for trunk/Source/JavaScriptCore/tools/CodeProfile.h
- Timestamp:
- Sep 28, 2016, 1:10:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/tools/CodeProfile.h
r194496 r206506 24 24 */ 25 25 26 #ifndef CodeProfile_h 27 #define CodeProfile_h 26 #pragma once 28 27 29 28 #include "SourceCode.h" … … 89 88 }; 90 89 91 } 92 93 #endif // CodeProfile_h 94 90 } // namespace JSC
Note:
See TracChangeset
for help on using the changeset viewer.