Ignore:
Timestamp:
Jul 25, 2009, 3:14:13 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-25 Zoltan Horvath <[email protected]>

Reviewed by Eric Seidel.

Allow custom memory allocation control for OpaqueJSPropertyNameArray struct
https://bugs.webkit.org/show_bug.cgi?id=27342

Inherits OpaqueJSPropertyNameArray struct from FastAllocBase because it has been
instantiated by 'new' JavaScriptCore/API/JSObjectRef.cpp:473.

  • API/JSObjectRef.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSObjectRef.cpp

    r43692 r46401  
    450450}
    451451
    452 struct OpaqueJSPropertyNameArray {
     452struct OpaqueJSPropertyNameArray : FastAllocBase {
    453453    OpaqueJSPropertyNameArray(JSGlobalData* globalData)
    454454        : refCount(0)
Note: See TracChangeset for help on using the changeset viewer.