Changeset 50591 in webkit for trunk/JavaScriptCore/runtime/JSGlobalObject.h
- Timestamp:
- Nov 5, 2009, 10:52:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSGlobalObject.h
r50590 r50591 443 443 , m_savedDynamicGlobalObject(m_dynamicGlobalObjectSlot) 444 444 { 445 if (!m_dynamicGlobalObjectSlot) { 446 m_dynamicGlobalObjectSlot = dynamicGlobalObject; 447 448 // Reset the UTC cache between JS invocations to force the VM 449 // to observe time zone changes. 450 callFrame->globalData().cachedUTCOffset = NaN; 451 } 445 m_dynamicGlobalObjectSlot = dynamicGlobalObject; 452 446 } 453 447
Note:
See TracChangeset
for help on using the changeset viewer.