Changeset 37762 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 21, 2008, 2:09:15 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSProfilerPrivate.cpp
r36263 r37762 29 29 #include "APICast.h" 30 30 #include "OpaqueJSString.h" 31 #include <JavaScriptCore/Profiler.h>31 #include "Profiler.h" 32 32 33 33 using namespace JSC; -
trunk/JavaScriptCore/ChangeLog
r37759 r37762 1 2008-10-21 Peter Kasting <[email protected]> 2 3 Reviewed by Maciej Stachowiak. 4 5 Fix an include of a non-public header to use "" instead of <>. 6 7 * API/JSProfilerPrivate.cpp: 8 1 9 2008-10-20 Sam Weinig <[email protected]> 2 10
Note:
See TracChangeset
for help on using the changeset viewer.