Ignore:
Timestamp:
Jan 6, 2006, 2:43:44 PM (19 years ago)
Author:
hyatt
Message:

Land all the changes to make JSCore build again on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/interpreter.h

    r11614 r11918  
    389389     */
    390390    virtual bool isSafeScript (const Interpreter *target) { return true; }
    391    
     391 
     392#if __APPLE__
    392393    virtual void *createLanguageInstanceForValue(ExecState*, int language, JSObject* value, const Bindings::RootObject* origin, const Bindings::RootObject* current);
     394#endif
    393395
    394396    // This is a workaround to avoid accessing the global variables for these identifiers in
Note: See TracChangeset for help on using the changeset viewer.