Ignore:
Timestamp:
Nov 5, 2009, 10:52:10 PM (16 years ago)
Author:
[email protected]
Message:

Rolled out r50590 because it doesn't build on Windows.

File:
1 edited

Legend:

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

    r50590 r50591  
    443443            , m_savedDynamicGlobalObject(m_dynamicGlobalObjectSlot)
    444444        {
    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;
    452446        }
    453447
Note: See TracChangeset for help on using the changeset viewer.