Changeset 206506 in webkit for trunk/Source/JavaScriptCore/heap/Strong.h
- Timestamp:
- Sep 28, 2016, 1:10:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/heap/Strong.h
r185768 r206506 24 24 */ 25 25 26 #ifndef Strong_h 27 #define Strong_h 26 #pragma once 28 27 29 28 #include <wtf/Assertions.h> … … 153 152 template<typename P> struct HashTraits<JSC::Strong<P>> : SimpleClassHashTraits<JSC::Strong<P>> { }; 154 153 155 } 156 157 #endif // Strong_h 154 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.