Ignore:
Timestamp:
Jun 8, 2009, 11:24:37 PM (16 years ago)
Author:
[email protected]
Message:

Revert r44521 as it causes regressions on windows for some reason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/interpreter/CallFrame.h

    r44521 r44522  
    9090        static const HashTable* arrayTable(CallFrame* callFrame) { return callFrame->globalData().arrayTable; }
    9191        static const HashTable* dateTable(CallFrame* callFrame) { return callFrame->globalData().dateTable; }
    92         static const HashTable* jsonTable(CallFrame* callFrame) { return callFrame->globalData().jsonTable; }
    9392        static const HashTable* mathTable(CallFrame* callFrame) { return callFrame->globalData().mathTable; }
    9493        static const HashTable* numberTable(CallFrame* callFrame) { return callFrame->globalData().numberTable; }
Note: See TracChangeset for help on using the changeset viewer.