Changeset 206525 in webkit for trunk/Source/JavaScriptCore/runtime/ArityCheckMode.h
- Timestamp:
- Sep 28, 2016, 10:08:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/ArityCheckMode.h
r206522 r206525 24 24 */ 25 25 26 #ifndef ArityCheckMode_h 27 #define ArityCheckMode_h 26 #pragma once 28 27 29 28 namespace JSC { … … 35 34 36 35 } // namespace JSC 37 38 #endif // ArityCheckMode_h39
Note:
See TracChangeset
for help on using the changeset viewer.