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