Changeset 37736 in webkit for trunk/JavaScriptCore/VM/Machine.cpp


Ignore:
Timestamp:
Oct 20, 2008, 10:42:59 AM (17 years ago)
Author:
[email protected]
Message:

2008-10-20 Geoffrey Garen <[email protected]>

Reviewed by Anders Carlsson.

  • VM/Machine.cpp: (JSC::Machine::tryCacheGetByID): Removed a redundant and sometimes incorrect cast, which started ASSERTing after Darin's last checkin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/VM/Machine.cpp

    r37730 r37736  
    13761376            RefPtr<StructureID> transition = StructureID::fromDictionaryTransition(baseObject->structureID());
    13771377            baseObject->setStructureID(transition.release());
    1378             asObject(baseValue)->structureID()->setCachedPrototypeChain(0);
     1378            asCell(baseValue)->structureID()->setCachedPrototypeChain(0);
    13791379        }
    13801380
Note: See TracChangeset for help on using the changeset viewer.