Changeset 45128 in webkit for trunk/JavaScriptCore/bytecode


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/bytecode/CodeBlock.h

    r45123 r45128  
    3939#include "RegExp.h"
    4040#include "UString.h"
     41#include <wtf/FastAllocBase.h>
    4142#include <wtf/RefPtr.h>
    4243#include <wtf/Vector.h>
     
    215216#endif
    216217
    217     class CodeBlock : public FastAllocBase {
     218    class CodeBlock : public WTF::FastAllocBase {
    218219        friend class JIT;
    219220    public:
Note: See TracChangeset for help on using the changeset viewer.