Ignore:
Timestamp:
Aug 1, 2008, 1:38:31 AM (17 years ago)
Author:
[email protected]
Message:

Rubber-stamped by Maciej.

Remove JSGlobalData::DataInstance. It was only needed when we had per-thread JSGlobalData
instances.

  • kjs/JSGlobalData.h:
File:
1 edited

Legend:

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

    r35478 r35511  
    8585    private:
    8686        JSGlobalData();
    87 
    88         struct DataInstance {
    89             DataInstance() : m_data(0) { }
    90             ~DataInstance() { delete m_data; }
    91             operator JSGlobalData*&() { return m_data; }
    92 
    93             JSGlobalData* m_data;
    94         };
    9587    };
    9688
Note: See TracChangeset for help on using the changeset viewer.