Changeset 45128 in webkit for trunk/JavaScriptCore/bytecompiler


Ignore:
Timestamp:
Jun 24, 2009, 5:45:37 PM (16 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2009-06-24 David Levin <[email protected]>

Fix all builds.

  • bytecode/CodeBlock.h:
  • bytecompiler/BytecodeGenerator.h:
  • interpreter/Register.h:

WebCore:

2009-06-24 David Levin <[email protected]>

Fix all builds.

  • ForwardingHeaders/wtf/FastAllocBase.h: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.h

    r45122 r45128  
    4141#include "Debugger.h"
    4242#include "Nodes.h"
     43#include <wtf/FastAllocBase.h>
    4344#include <wtf/PassRefPtr.h>
    4445#include <wtf/SegmentedVector.h>
     
    6162    };
    6263
    63     class BytecodeGenerator : public FastAllocBase {
     64    class BytecodeGenerator : public WTF::FastAllocBase {
    6465    public:
    6566        typedef DeclarationStacks::VarStack VarStack;
Note: See TracChangeset for help on using the changeset viewer.