Ignore:
Timestamp:
Nov 6, 2009, 3:33:17 PM (16 years ago)
Author:
[email protected]
Message:

Rolled back in r50590 with Windows build hopefully fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/profiler/ProfileNode.cpp

    r44508 r50608  
    3838#endif
    3939
     40using namespace WTF;
     41
    4042namespace JSC {
    4143
     
    5052    return static_cast<double>(counter.QuadPart) / frequency.QuadPart;
    5153#else
    52     return WTF::getCurrentUTCTimeWithMicroseconds();
     54    return currentTimeMS();
    5355#endif
    5456}
Note: See TracChangeset for help on using the changeset viewer.