Ignore:
Timestamp:
Nov 30, 2010, 1:56:03 PM (14 years ago)
Author:
[email protected]
Message:

2010-11-30 Xan Lopez <[email protected]>

Reviewed by Darin Adler.

m_hasNonEnumerableProperties is never initialized in Structure
https://bugs.webkit.org/show_bug.cgi?id=50266

  • runtime/Structure.cpp: (JSC::Structure::Structure): initialize member variable.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/Structure.cpp

    r65104 r72961  
    234234    , m_isPinnedPropertyTable(false)
    235235    , m_hasGetterSetterProperties(false)
     236    , m_hasNonEnumerableProperties(false)
    236237    , m_attributesInPrevious(0)
    237238    , m_specificFunctionThrashCount(0)
Note: See TracChangeset for help on using the changeset viewer.