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

    r44757 r46528  
    4343        return 0;
    4444    }
    45 
     45   
     46    class HashEntry;
    4647    class InternalFunction;
    4748    class PropertyNameArray;
    4849    class Structure;
    49     struct HashEntry;
    5050    struct HashTable;
    5151
Note: See TracChangeset for help on using the changeset viewer.