Changeset 34372 in webkit for trunk/JavaScriptCore/kjs/LocalStorageEntry.h
- Timestamp:
- Jun 4, 2008, 10:36:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/LocalStorageEntry.h
r32259 r34372 23 23 */ 24 24 25 #ifndef KJS_LOCAL_STORAGE_H26 #define KJS_LOCAL_STORAGE_H25 #ifndef LocalStorageEntry_h 26 #define LocalStorageEntry_h 27 27 28 28 #include <wtf/Forward.h> … … 30 30 31 31 namespace KJS { 32 32 33 class JSValue; 33 34 … … 48 49 49 50 typedef Vector<LocalStorageEntry, 32> LocalStorage; 50 } 51 52 } // namespace KJS 51 53 52 54 namespace WTF { 55 53 56 template<> struct VectorTraits<KJS::LocalStorageEntry> : VectorTraitsBase<true, KJS::LocalStorageEntry> { }; 54 }55 57 56 #endif // KJS_LOCAL_STORAGE_H 58 } // namespace WTF 59 60 #endif // LocalStorageEntry_h
Note:
See TracChangeset
for help on using the changeset viewer.