Ignore:
Timestamp:
Jul 5, 2008, 10:26:58 PM (17 years ago)
Author:
[email protected]
Message:

2008-07-05 Sam Weinig <[email protected]>

Reviewed by Cameron Zwarich.

First step in broad cleanup effort.

[ File list elided ]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/ArrayConstructor.h

    r34901 r35022  
    2626namespace KJS {
    2727
    28   class ArrayPrototype;
    29   class FunctionPrototype;
     28    class ArrayPrototype;
     29    class FunctionPrototype;
    3030
    31   class ArrayConstructor : public InternalFunction {
    32   public:
    33     ArrayConstructor(ExecState*, FunctionPrototype*, ArrayPrototype*);
    34     virtual ConstructType getConstructData(ConstructData&);
    35     virtual CallType getCallData(CallData&);
    36   };
     31    class ArrayConstructor : public InternalFunction {
     32    public:
     33        ArrayConstructor(ExecState*, FunctionPrototype*, ArrayPrototype*);
     34
     35        virtual ConstructType getConstructData(ConstructData&);
     36        virtual CallType getCallData(CallData&);
     37    };
    3738
    3839} // namespace KJS
Note: See TracChangeset for help on using the changeset viewer.