Ignore:
Timestamp:
Jul 3, 2008, 1:06:24 AM (17 years ago)
Author:
Simon Hausmann
Message:

2008-07-03 Simon Hausmann <Simon Hausmann>

Reviewed by Alexey Proskuryakov.

Fix the non-threaded build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/JSGlobalData.cpp

    r34977 r34979  
    153153    return *threadInstance;
    154154#else
    155     static JSGlobalData threadInstance;
    156     return &threadInstance;
     155    static JSGlobalData* threadInstance;
     156    return threadInstance;
    157157#endif
    158158}
Note: See TracChangeset for help on using the changeset viewer.