Skip to content
  • darin@apple.com's avatar
    Try to fix Windows build. · 6d7750ca
    darin@apple.com authored
            * bindings/js/WebCoreTypedArrayController.cpp: Windows has a symbol named Handle, so we need
            to call JSC::Handle out by name. To fix that, I removed "using namespace JSC" entirely. And
            just for fun, sort of "rewrote" this file.
            (WebCore::WebCoreTypedArrayController::WebCoreTypedArrayController): Removed unneeded explicit
            initialization of m_owner.
            (WebCore::WebCoreTypedArrayController::~WebCoreTypedArrayController): Fixed formatting.
            (WebCore::WebCoreTypedArrayController::toJS): Added lots of explicit JSC and got rid of local.
            (WebCore::WebCoreTypedArrayController::JSArrayBufferOwner::isReachableFromOpaqueRoots): Cut
            down on locals, used auto& for type, and called it "wrapper" since that's what JSArrayBuffer is.
            (WebCore::WebCoreTypedArrayController::JSArrayBufferOwner::finalize): More of the same.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156623 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    6d7750ca