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

    r43122 r46528  
    3434
    3535    class JSByteArray : public JSObject {
    36         friend class VPtrSet;
     36        friend struct VPtrSet;
    3737    public:
    3838        bool canAccessIndex(unsigned i) { return i < m_storage->length(); }
Note: See TracChangeset for help on using the changeset viewer.