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

JavaScriptCore: Hopefully, the last build fix.

Reviewed by NOBODY (chromium build fix).

Create better separation in DateMath about the JSC
and non-JSC portions. Also, only expose the non-JSC
version in the exports.

(WTF::parseDateFromNullTerminatedCharacters):
(JSC::getUTCOffset):
(JSC::gregorianDateTimeToMS):
(JSC::msToGregorianDateTime):
(JSC::parseDateFromNullTerminatedCharacters):

  • wtf/DateMath.h:

(JSC::gmtoffset):

JavaScriptGlue: Added the use jsc define for files that use
this config file and DateMath.h. This should
be able to go away when DateMath is properly
split into wtf and jsc portions which is this bug:
https://bugs.webkit.org/show_bug.cgi?id=31246

Reviewed by NOBODY (chromium build fix).

  • config.h:

WebCore: * platform/network/HTTPParsers.cpp:
(WebCore::parseDate): Changed this to not
use a date parser that needs ExecState passed.

Reviewed by NOBODY (chromium build fix).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r50608 r50633  
    179179__ZN3JSC25evaluateInGlobalCallFrameERKNS_7UStringERNS_7JSValueEPNS_14JSGlobalObjectE
    180180__ZN3JSC35createInterruptedExecutionExceptionEPNS_12JSGlobalDataE
    181 __ZN3JSC37parseDateFromNullTerminatedCharactersEPKcPNS_9ExecStateE
    182181__ZN3JSC3NaNE
    183182__ZN3JSC4Heap11objectCountEv
     
    333332__ZN3WTF28setMainThreadCallbacksPausedEb
    334333__ZN3WTF36lockAtomicallyInitializedStaticMutexEv
     334__ZN3WTF37parseDateFromNullTerminatedCharactersEPKc
    335335__ZN3WTF38unlockAtomicallyInitializedStaticMutexEv
    336336__ZN3WTF5Mutex4lockEv
Note: See TracChangeset for help on using the changeset viewer.