Ignore:
Timestamp:
Oct 8, 2009, 4:49:00 PM (16 years ago)
Author:
[email protected]
Message:

Rolled out 49331 because it still doesn't build on Windows

File:
1 edited

Legend:

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

    r49333 r49335  
    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;
    33     class StructureChain;
    3431
    3532    class PropertyNameArrayData : public RefCounted<PropertyNameArrayData> {
Note: See TracChangeset for help on using the changeset viewer.