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/bytecode/CodeBlock.cpp

    r77151 r77360  
    13621362CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, JSGlobalObject *globalObject, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, SymbolTable* symTab, bool isConstructor)
    13631363    : m_globalObject(globalObject)
     1364    , m_heap(&m_globalObject->globalData().heap)
    13641365    , m_numCalleeRegisters(0)
    13651366    , m_numVars(0)
     
    15351536    for (size_t i = 0; i < m_functionDecls.size(); ++i)
    15361537        m_functionDecls[i]->markAggregate(markStack);
    1537     markStack.append(&m_globalObject);
    15381538}
    15391539
Note: See TracChangeset for help on using the changeset viewer.