Ignore:
Timestamp:
Feb 1, 2011, 9:05:55 PM (14 years ago)
Author:
[email protected]
Message:

2011-02-01 Sheriff Bot <[email protected]>

Unreviewed, rolling out r77297.
http://trac.webkit.org/changeset/77297
https://bugs.webkit.org/show_bug.cgi?id=53538

caused leopard crashes (Requested by paroga on #webkit).

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
  • wtf/text/AtomicString.cpp: (WTF::AtomicString::fromUTF8):
  • wtf/unicode/UTF8.cpp: (WTF::Unicode::calculateStringHashFromUTF8):
  • wtf/unicode/UTF8.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/WeakGCMap.h

    r77159 r77360  
    6060    // mark bit is not set. This is used, among other things, to retrieve values
    6161    // during the GC mark phase, which begins by clearing all mark bits.
     62   
     63    size_t uncheckedSize() { return m_map.size(); }
    6264
    6365    MappedType* uncheckedGet(const KeyType& key) const { return m_map.get(key).get(); }
Note: See TracChangeset for help on using the changeset viewer.