Ignore:
Timestamp:
Oct 8, 2009, 3:25:14 PM (16 years ago)
Author:
[email protected]
Message:

Rolled out r49322 and friends because they killed the build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/PropertyNameArray.h

    r49323 r49328  
    2424#include "CallFrame.h"
    2525#include "Identifier.h"
    26 #include "StructureChain.h"
     26#include "Structure.h"
    2727#include <wtf/HashSet.h>
    2828#include <wtf/Vector.h>
    2929
    3030namespace JSC {
    31    
    32     class Structure;
    3331
    3432    class PropertyNameArrayData : public RefCounted<PropertyNameArrayData> {
Note: See TracChangeset for help on using the changeset viewer.