Changeset 58165 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 23, 2010, 7:59:41 AM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r58164 r58165 1 2010-04-23 Patrick Gansterer <[email protected]> 2 3 Reviewed by Laszlo Gombos. 4 5 [WIN] Move OwnPtrWin.cpp into platform specific folder. 6 https://bugs.webkit.org/show_bug.cgi?id=38042 7 8 * JavaScriptCore.gypi: 9 * JavaScriptCore.vcproj/WTF/WTF.vcproj: 10 * wtf/OwnPtrWin.cpp: Removed. 11 * wtf/win/OwnPtrWin.cpp: Copied from JavaScriptCore/wtf/OwnPtrWin.cpp. 12 1 13 2010-04-23 Patrick Gansterer <[email protected]> 2 14 -
trunk/JavaScriptCore/JavaScriptCore.gypi
r58136 r58165 384 384 'wtf/OwnPtr.h', 385 385 'wtf/OwnPtrCommon.h', 386 'wtf/OwnPtrWin.cpp',387 386 'wtf/PassOwnPtr.h', 388 387 'wtf/PassRefPtr.h', … … 452 451 'wtf/WTFThreadData.h', 453 452 'wtf/win/MainThreadWin.cpp', 453 'wtf/win/OwnPtrWin.cpp', 454 454 'wtf/wx/MainThreadWx.cpp', 455 455 'yarr/RegexCompiler.cpp', -
trunk/JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
r58136 r58165 240 240 > 241 241 </File> 242 <File 243 RelativePath="..\..\wtf\win\OwnPtrWin.cpp" 244 > 245 </File> 242 246 </Filter> 243 247 <File … … 422 426 </File> 423 427 <File 424 RelativePath="..\..\wtf\OwnPtrWin.cpp"425 >426 </File>427 <File428 428 RelativePath="..\..\wtf\PassOwnPtr.h" 429 429 >
Note:
See TracChangeset
for help on using the changeset viewer.