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/DateConstructor.cpp

    r34904 r35018  
    2323#include "DateConstructor.h"
    2424
     25#include "DateInstance.h"
    2526#include "DateMath.h"
    2627#include "DatePrototype.h"
    27 #include "JSFunction.h"
    2828#include "JSGlobalObject.h"
    2929#include "JSString.h"
    3030#include "ObjectPrototype.h"
    31 #include "DateInstance.h"
     31#include "PrototypeFunction.h"
    3232#include <math.h>
    3333#include <time.h>
Note: See TracChangeset for help on using the changeset viewer.