Ignore:
Timestamp:
Dec 15, 2009, 1:55:05 PM (15 years ago)
Author:
[email protected]
Message:

2009-12-15 Zoltan Horvath <[email protected]>

Reviewed by Darin Adler.

Allow custom memory allocation control for WeakGCMap class
https://bugs.webkit.org/show_bug.cgi?id=32547

Inherits WeakGCMap from FastAllocBase because it is instantiated by
'new' at: WebCore/dom/Document.cpp:512.

  • runtime/WeakGCMap.h:
File:
1 edited

Legend:

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

    r52082 r52171  
    3535// A HashMap whose get() function returns emptyValue() for cells awaiting destruction.
    3636template<typename KeyType, typename MappedType>
    37 class WeakGCMap {
     37class WeakGCMap : public FastAllocBase {
    3838    /*
    3939    Invariants:
Note: See TracChangeset for help on using the changeset viewer.