Changeset 38289 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 10, 2008, 9:40:13 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38287 r38289 1 2008-11-10 Gavin Barraclough <[email protected]> 2 3 Build fix for non-CTI builds. 4 5 * VM/Machine.cpp: 6 (JSC::Machine::initialize): 7 1 8 2008-11-10 Cameron Zwarich <[email protected]> 2 9 -
trunk/JavaScriptCore/VM/Machine.cpp
r38288 r38289 641 641 #if ENABLE(CTI) 642 642 CTI::compileCTIMachineTrampolines(globalData); 643 #else 644 UNUSED_PARAM(globalData); 643 645 #endif 644 646 }
Note:
See TracChangeset
for help on using the changeset viewer.