Skip to content
  • commit-queue@webkit.org's avatar
    [BlackBerry][ARM] Fix cast-align warnings in JavaScriptCore · 94ea8127
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=110738
    
    Patch by Carlos Garcia Campos <cgarcia@igalia.com> on 2013-02-25
    Reviewed by Rob Buis.
    
    Use reinterpret_cast_ptr instead of reinterpret_cast for
    pointers.
    
    * dfg/DFGOperations.cpp:
    * heap/CopiedBlock.h:
    (JSC::CopiedBlock::zeroFillWilderness):
    * heap/WeakBlock.h:
    (JSC::WeakBlock::asWeakImpl):
    (JSC::WeakBlock::asFreeCell):
    (JSC::WeakBlock::weakImpls):
    * heap/WeakImpl.h:
    (JSC::WeakImpl::asWeakImpl):
    * interpreter/JSStack.cpp:
    (JSC::JSStack::disableErrorStackReserve):
    * interpreter/JSStack.h:
    (JSC::JSStack::reservationEnd):
    * runtime/ArrayStorage.h:
    (JSC::ArrayStorage::from):
    * runtime/Butterfly.h:
    (JSC::Butterfly::indexingPayload):
    * runtime/IndexingHeader.h:
    (JSC::IndexingHeader::propertyStorage):
    * runtime/JSActivation.h:
    (JSC::JSActivation::tearOff):
    (JSC::JSActivation::isTornOff):
    (JSC::JSActivation::storage):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@143909 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    94ea8127