Changeset 48048 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 4, 2009, 7:00:22 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r48012 r48048 1 2009-09-03 Yong Li <[email protected]> 2 3 Reviewed by David Levin. 4 5 Remove unnecessary dependency on unistd.h 6 https://bugs.webkit.org/show_bug.cgi?id=28962 7 8 * runtime/Completion.cpp: 9 1 10 2009-09-03 Fumitoshi Ukai <[email protected]> 2 11 -
trunk/JavaScriptCore/runtime/Completion.cpp
r47738 r48048 31 31 #include "Debugger.h" 32 32 #include <stdio.h> 33 34 #if !PLATFORM(WIN_OS)35 #include <unistd.h>36 #endif37 33 38 34 namespace JSC {
Note:
See TracChangeset
for help on using the changeset viewer.