Changeset 206525 in webkit for trunk/Source/JavaScriptCore/runtime/Completion.h
- Timestamp:
- Sep 28, 2016, 10:08:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Completion.h
r206522 r206525 21 21 */ 22 22 23 #ifndef Completion_h 24 #define Completion_h 23 #pragma once 25 24 26 25 #include "CallData.h" … … 70 69 71 70 } // namespace JSC 72 73 #endif // Completion_h
Note:
See TracChangeset
for help on using the changeset viewer.