Ignore:
Timestamp:
Jul 29, 2009, 1:04:19 AM (16 years ago)
Author:
[email protected]
Message:

2009-07-29 Laszlo Gombos <Laszlo Gombos>

Reviewed by George Staikos.

Resolve class/struct mixup in forward declarations
https://bugs.webkit.org/show_bug.cgi?id=27708

  • API/JSClassRef.h:
  • bytecode/SamplingTool.h:
  • interpreter/Interpreter.h:
  • jit/JIT.h:
  • profiler/ProfileGenerator.h:
  • profiler/Profiler.h:
  • runtime/ClassInfo.h:
  • runtime/ExceptionHelpers.h:
  • runtime/JSByteArray.h:
  • runtime/JSCell.h:
  • runtime/JSFunction.h:
  • runtime/JSGlobalData.h:
  • runtime/JSObject.h:
  • runtime/JSString.h:
File:
1 edited

Legend:

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

    r44844 r46528  
    4848    class FunctionBodyNode;
    4949    class IdentifierTable;
    50     class Instruction;
    5150    class Interpreter;
    5251    class JSGlobalObject;
     
    6059
    6160    struct HashTable;
     61    struct Instruction;   
    6262    struct VPtrSet;
    6363
Note: See TracChangeset for help on using the changeset viewer.