Changeset 47660 in webkit for trunk/JavaScriptCore/runtime/Executable.cpp
- Timestamp:
- Aug 21, 2009, 7:31:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Executable.cpp
r47641 r47660 34 34 namespace JSC { 35 35 36 #if ENABLE(JIT) 36 37 NativeExecutable::~NativeExecutable() 37 38 { 38 39 } 40 #endif 39 41 40 42 VPtrHackExecutable::~VPtrHackExecutable()
Note:
See TracChangeset
for help on using the changeset viewer.