Changeset 37820 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 23, 2008, 12:37:35 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r37819 r37820 1 2008-10-23 Peter Kasting <[email protected]> 2 3 Reviewed by Adam Roben. 4 5 https://bugs.webkit.org/show_bug.cgi?id=21833 6 Place JavaScript Debugger hooks under #if ENABLE(JAVASCRIPT_DEBUGGER). 7 8 * wtf/Platform.h: 9 1 10 2008-10-23 David Kilzer <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r37783 r37820 328 328 #endif 329 329 330 #if !defined(ENABLE_JAVASCRIPT_DEBUGGER) 331 #define ENABLE_JAVASCRIPT_DEBUGGER 1 332 #endif 333 330 334 #if !defined(ENABLE_FTPDIR) 331 335 #define ENABLE_FTPDIR 1
Note:
See TracChangeset
for help on using the changeset viewer.