Changeset 37812 in webkit for trunk/JavaScriptCore/VM/CTI.cpp
- Timestamp:
- Oct 23, 2008, 8:55:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/CTI.cpp
r37789 r37812 36 36 #include "ResultType.h" 37 37 38 #if PLATFORM(MAC)39 #include <sys/sysctl.h>40 #endif41 42 38 using namespace std; 43 39 … … 180 176 inline uintptr_t CTI::asInteger(JSValuePtr value) 181 177 { 182 return reinterpret_cast<uintptr_t>(value .payload());178 return reinterpret_cast<uintptr_t>(value); 183 179 } 184 180
Note:
See TracChangeset
for help on using the changeset viewer.