Ignore:
Timestamp:
Nov 8, 2009, 1:02:20 PM (16 years ago)
Author:
[email protected]
Message:

For the change in DateMath.

Reviewed by NOBODY (chromium build fix).

  • config.h:
  • wtf/DateMath.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/DateMath.cpp

    r50608 r50628  
    5151#include "StringExtras.h"
    5252
    53 #include "CallFrame.h"
    54 
    5553#include <algorithm>
    5654#include <limits.h>
     
    7573#if HAVE(SYS_TIMEB_H)
    7674#include <sys/timeb.h>
     75#endif
     76
     77#if USE(JSC)
     78#include "CallFrame.h"
    7779#endif
    7880
     
    378380}
    379381
     382#if USE(JSC)
    380383/*
    381384 * Get the difference in milliseconds between this time zone and UTC (GMT)
     
    390393    return exec->globalData().cachedUTCOffset;
    391394}
     395#endif
    392396
    393397/*
Note: See TracChangeset for help on using the changeset viewer.