Changeset 38524 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 17, 2008, 1:51:09 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:
  • runtime/ExecState.h:
Location:
trunk/JavaScriptCore
Files:
3 edited

Legend:

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

    r38137 r38524  
    2929#include "UString.h"
    3030#include "ExecState.h"
     31
     32namespace JSC {
     33    class PropertyNameArray;
     34}
    3135
    3236typedef const struct OpaqueJSContextGroup* JSContextGroupRef;
  • trunk/JavaScriptCore/ChangeLog

    r38523 r38524  
     12008-11-17  Geoffrey Garen  <[email protected]>
     2
     3        Not reviewed.
     4       
     5        Try to fix Windows build.
     6
     7        * API/APICast.h:
     8        * runtime/ExecState.h:
     9
    1102008-11-17  Geoffrey Garen  <[email protected]>
    211
  • trunk/JavaScriptCore/runtime/ExecState.h

    r38522 r38524  
    2727
    2828#include "JSGlobalData.h"
    29 #include "Interpreter.h"
    3029#include "RegisterFile.h"
    3130#include "ScopeChain.h"
     
    3534    class Arguments;
    3635    class JSActivation;
     36    class Interpreter;
    3737
    3838    // Represents the current state of script execution.
Note: See TracChangeset for help on using the changeset viewer.