Changeset 27885 in webkit for trunk/JavaScriptCore/API/JSCallbackObject.cpp
- Timestamp:
- Nov 18, 2007, 1:09:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSCallbackObject.cpp
r27730 r27885 27 27 28 28 #include "config.h" 29 #include <wtf/Platform.h>30 29 #include "JSCallbackObject.h" 30 31 #include "collector.h" 31 32 32 33 namespace KJS { … … 36 37 template <> const ClassInfo JSCallbackObject<JSGlobalObject>::info = { "CallbackGlobalObject", 0, 0 }; 37 38 39 COMPILE_ASSERT(sizeof(JSCallbackObject<JSGlobalObject>) <= CELL_SIZE, global_callback_object_fits_in_cell); 40 38 41 } // namespace KJS
Note:
See TracChangeset
for help on using the changeset viewer.