Ignore:
Timestamp:
Jun 24, 2009, 6:32:26 PM (16 years ago)
Author:
[email protected]
Message:

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

Reviewed by Maciej Stachowiak.

Extend FastAllocBase.h with 'using WTF::FastAllocBase' to avoid

unnecessary WTF
usings.
Remove existing unnecessary WTF
usings.
  • interpreter/Interpreter.h:
  • profiler/CallIdentifier.h:
  • runtime/ScopeChain.h:
  • wtf/FastAllocBase.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/interpreter/Interpreter.h

    r44418 r45130  
    6767    enum { MaxMainThreadReentryDepth = 256, MaxSecondaryThreadReentryDepth = 32 };
    6868
    69     class Interpreter : public WTF::FastAllocBase {
     69    class Interpreter : public FastAllocBase {
    7070        friend class JIT;
    7171        friend class CachedCall;
Note: See TracChangeset for help on using the changeset viewer.