Skip to content
  • haraken@chromium.org's avatar
    [V8] Pass an Isolate to associateObjectWithWrapper() · a5db36a6
    haraken@chromium.org authored
    https://bugs.webkit.org/show_bug.cgi?id=106773
    
    Reviewed by Adam Barth.
    
    In preparation for making an Isolate parameter mandatory
    in associateObjectWithWrapper(), this patch passes an
    Isolate to associateObjectWithWrapper().
    
    No tests. No change in behavior.
    
    * bindings/v8/custom/V8ArrayBufferCustom.cpp:
    (WebCore::V8ArrayBuffer::constructorCallbackCustom):
    * bindings/v8/custom/V8ArrayBufferViewCustom.h:
    (WebCore::wrapArrayBufferView):
    (WebCore::constructWebGLArray):
    * bindings/v8/custom/V8AudioContextCustom.cpp:
    (WebCore::V8AudioContext::constructorCallbackCustom):
    * bindings/v8/custom/V8DOMFormDataCustom.cpp:
    (WebCore::V8DOMFormData::constructorCallbackCustom):
    * bindings/v8/custom/V8DataViewCustom.cpp:
    (WebCore::V8DataView::constructorCallbackCustom):
    * bindings/v8/custom/V8HTMLImageElementConstructor.cpp:
    (WebCore::v8HTMLImageElementConstructorCallback):
    * bindings/v8/custom/V8IntentCustom.cpp:
    (WebCore::V8Intent::constructorCallbackCustom):
    * bindings/v8/custom/V8MessageChannelCustom.cpp:
    (WebCore::V8MessageChannel::constructorCallbackCustom):
    * bindings/v8/custom/V8MutationObserverCustom.cpp:
    (WebCore::V8MutationObserver::constructorCallbackCustom):
    * bindings/v8/custom/V8WebKitPointCustom.cpp:
    (WebCore::V8WebKitPoint::constructorCallbackCustom):
    * bindings/v8/custom/V8XMLHttpRequestCustom.cpp:
    (WebCore::V8XMLHttpRequest::constructorCallbackCustom):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@139601 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    a5db36a6