Changeset 36757 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 21, 2008, 9:07:05 PM (17 years ago)
Author:
Darin Adler
Message:

2008-09-21 Darin Adler <Darin Adler>

  • blind attempt to fix non-all-in-one builds
  • kjs/JSGlobalObject.cpp: Added includes of Arguments.h and RegExpObject.h.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r36756 r36757  
     12008-09-21  Darin Adler  <[email protected]>
     2
     3        - blind attempt to fix non-all-in-one builds
     4
     5        * kjs/JSGlobalObject.cpp: Added includes of Arguments.h and RegExpObject.h.
     6
    172008-09-21  Darin Adler  <[email protected]>
    28
  • trunk/JavaScriptCore/kjs/JSGlobalObject.cpp

    r36755 r36757  
    3434#include "JSCallbackFunction.h"
    3535#include "JSCallbackObject.h"
     36
     37#include "Arguments.h"
    3638#include "ArrayConstructor.h"
    3739#include "ArrayPrototype.h"
     
    6062#include "RegExpConstructor.h"
    6163#include "RegExpMatchesArray.h"
     64#include "RegExpObject.h"
    6265#include "RegExpPrototype.h"
    6366#include "ScopeChainMark.h"
Note: See TracChangeset for help on using the changeset viewer.