Ignore:
Timestamp:
Jul 27, 2009, 3:26:53 PM (16 years ago)
Author:
[email protected]
Message:

Release build fix.

  • runtime/JSLock.h: (JSC::JSLock::~JSLock):
File:
1 edited

Legend:

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

    r46431 r46433  
    7272#ifdef NDEBUG
    7373            // Locking "not for real" is a debug-only feature.
    74             if (lockBehavior == SilenceAssertionsOnly)
     74            if (m_lockBehavior == SilenceAssertionsOnly)
    7575                return;
    7676#endif
Note: See TracChangeset for help on using the changeset viewer.