Ignore:
Timestamp:
Nov 16, 2008, 6:08:54 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-16 Geoffrey Garen <[email protected]>

Roll out r38461 (my last patch) because it broke the world.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalData.cpp

    r38461 r38463  
    6565
    6666JSGlobalData::JSGlobalData(bool isShared)
    67     : interpreter(new Interpreter)
     67    : interpreter(new BytecodeInterpreter)
    6868    , exception(noValue())
    6969    , arrayTable(new HashTable(JSC::arrayTable))
Note: See TracChangeset for help on using the changeset viewer.