Changeset 38525 in webkit for trunk/JavaScriptCore/API


Ignore:
Timestamp:
Nov 17, 2008, 1:53:16 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-17 Geoffrey Garen <[email protected]>

Not reviewed.


Try to fix Windows build.

  • API/APICast.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/APICast.h

    r38524 r38525  
    2727#define APICast_h
    2828
    29 #include "UString.h"
    30 #include "ExecState.h"
    31 
    3229namespace JSC {
     30    class ExecState;
    3331    class PropertyNameArray;
     32    class JSGlobalData;
     33    class JSObject;
     34    class JSValue;
    3435}
    3536
Note: See TracChangeset for help on using the changeset viewer.