Changeset 38525 in webkit


Ignore:
Timestamp:
Nov 17, 2008 1:53:16 PM (15 years ago)
Author:
ggaren@apple.com
Message:

2008-11-17 Geoffrey Garen <ggaren@apple.com>

Not reviewed.


Try to fix Windows build.

  • API/APICast.h:
Location:
trunk/JavaScriptCore
Files:
2 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
  • trunk/JavaScriptCore/ChangeLog

    r38524 r38525  
     12008-11-17  Geoffrey Garen  <ggaren@apple.com>
     2
     3        Not reviewed.
     4       
     5        Try to fix Windows build.
     6
     7        * API/APICast.h:
     8
    192008-11-17  Geoffrey Garen  <ggaren@apple.com>
    210
Note: See TracChangeset for help on using the changeset viewer.