Ignore:
Timestamp:
Jun 26, 2009, 10:36:41 AM (16 years ago)
Author:
[email protected]
Message:

2009-06-26 Eric Seidel <[email protected]>

No review, only rolling out r45259.

Roll out r45259 after crash appeared on the bots:
plugins/undefined-property-crash.html
ASSERTION FAILED: s <= HeapConstants<heapType>::cellSize
(leopard-intel-debug-tests/build/JavaScriptCore/runtime/Collector.cpp:278
void* JSC::Heap::heapAllocate(size_t) [with JSC::HeapType heapType = PrimaryHeap])

  • runtime/DateInstance.cpp:
  • runtime/Identifier.cpp:
  • runtime/Lookup.h:
  • runtime/RegExpConstructor.cpp:
  • runtime/RegExpObject.h:
  • runtime/ScopeChain.h:
  • runtime/UString.h:
File:
1 edited

Legend:

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

    r45259 r45269  
    3333typedef HashMap<const char*, RefPtr<UString::Rep>, PtrHash<const char*> > LiteralIdentifierTable;
    3434
    35 class IdentifierTable : public FastAllocBase {
     35class IdentifierTable {
    3636public:
    3737    ~IdentifierTable()
Note: See TracChangeset for help on using the changeset viewer.