Ignore:
Timestamp:
May 22, 2008, 5:45:17 PM (17 years ago)
Author:
[email protected]
Message:

Fix access to static global variables in Windows release builds.

Reviewed by Oliver Hunt.

  • kjs/JSGlobalObject.h: Don't store a reference to an Identifier

in GlobalPropertyInfo as the Identifier is likely to be a temporary
and therefore may be destroyed before the GlobalPropertyInfo.

File:
1 edited

Legend:

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

    r34007 r34042  
    278278            }
    279279
    280             const Identifier& identifier;
     280            const Identifier identifier;
    281281            JSValue* value;
    282282            unsigned attributes;
Note: See TracChangeset for help on using the changeset viewer.