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/interpreter/Register.h

    r45121 r45128  
    3232#include "JSValue.h"
    3333#include <wtf/Assertions.h>
     34#include <wtf/FastAllocBase.h>
    3435#include <wtf/VectorTraits.h>
    3536
     
    4849    typedef ExecState CallFrame;
    4950
    50     class Register : public FastAllocBase {
     51    class Register : public WTF::FastAllocBase {
    5152    public:
    5253        Register();
Note: See TracChangeset for help on using the changeset viewer.