Changeset 45073 in webkit for trunk/JavaScriptCore/wtf


Ignore:
Timestamp:
Jun 24, 2009, 12:54:58 AM (16 years ago)
Author:
[email protected]
Message:

2009-06-24 Zoltan Horvath <[email protected]>

Reviewed by Darin Adler.

https://bugs.webkit.org/show_bug.cgi?id=26648

Inherits Deque class from FastAllocBase because it has been
instantiated by 'new' with DEFINE_STATIC_LOCAL macro in
JavaScriptCore/wtf/MainThread.cpp:62.

  • wtf/Deque.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Deque.h

    r41081 r45073  
    4545
    4646    template<typename T>
    47     class Deque {
     47    class Deque : public FastAllocBase {
    4848    public:
    4949        typedef DequeIterator<T> iterator;
Note: See TracChangeset for help on using the changeset viewer.