Changeset 27339 in webkit for trunk/JavaScriptCore/kjs/ExecState.cpp
- Timestamp:
- Oct 31, 2007, 10:02:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ExecState.cpp
r27100 r27339 115 115 return dynamicInterpreter(); 116 116 } 117 117 118 void ExecState::updateLocalStorage() 119 { 120 m_localStorageBuffer = static_cast<ActivationImp*>(m_activation)->localStorage().data(); 121 } 118 122 119 123 } // namespace KJS
Note:
See TracChangeset
for help on using the changeset viewer.