Changeset 50628 in webkit for trunk/JavaScriptCore/wtf/DateMath.cpp
- Timestamp:
- Nov 8, 2009, 1:02:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/DateMath.cpp
r50608 r50628 51 51 #include "StringExtras.h" 52 52 53 #include "CallFrame.h"54 55 53 #include <algorithm> 56 54 #include <limits.h> … … 75 73 #if HAVE(SYS_TIMEB_H) 76 74 #include <sys/timeb.h> 75 #endif 76 77 #if USE(JSC) 78 #include "CallFrame.h" 77 79 #endif 78 80 … … 378 380 } 379 381 382 #if USE(JSC) 380 383 /* 381 384 * Get the difference in milliseconds between this time zone and UTC (GMT) … … 390 393 return exec->globalData().cachedUTCOffset; 391 394 } 395 #endif 392 396 393 397 /*
Note:
See TracChangeset
for help on using the changeset viewer.