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.h

    r38461 r38463  
    4848    class JSObject;
    4949    class Lexer;
    50     class Interpreter;
     50    class BytecodeInterpreter;
    5151    class Parser;
    5252    class ParserRefCounted;
     
    6464        ~JSGlobalData();
    6565
    66         Interpreter* interpreter;
     66        BytecodeInterpreter* interpreter;
    6767
    6868        JSValue* exception;
Note: See TracChangeset for help on using the changeset viewer.