Changeset 35511 in webkit for trunk/JavaScriptCore/kjs/JSGlobalData.h
- Timestamp:
- Aug 1, 2008, 1:38:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSGlobalData.h
r35478 r35511 85 85 private: 86 86 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 };95 87 }; 96 88
Note:
See TracChangeset
for help on using the changeset viewer.