Ignore:
Timestamp:
Jul 5, 2008, 4:32:45 PM (17 years ago)
Author:
[email protected]
Message:

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

Fix build.

  • kjs/Arguments.cpp:
  • kjs/BooleanPrototype.cpp:
  • kjs/DateConstructor.cpp:
  • kjs/ErrorPrototype.cpp:
  • kjs/FunctionPrototype.cpp:
  • kjs/NumberPrototype.cpp:
  • kjs/ObjectPrototype.cpp:
  • kjs/RegExpPrototype.cpp:
  • kjs/StringConstructor.cpp:
  • kjs/lookup.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/Arguments.cpp

    r35016 r35018  
    2626#include "Arguments.h"
    2727
     28#include "JSActivation.h"
    2829#include "JSFunction.h"
    2930#include "JSGlobalObject.h"
    30 #include "JSActivation.h"
     31#include "ObjectPrototype.h"
    3132
    3233namespace KJS {
Note: See TracChangeset for help on using the changeset viewer.