DescriptionMove the v8::Isolate* parameter to the first parameter of various binding methods in third_party/WebKit/Source/bindings
This step is to move the v8::Isolate* parameter to the first parameter of various binding methods in third_party/WebKit/Source/bindings
(Ref: binding-methods changed:
NPObject* npCreateV8ScriptObject(NPP, v8::Handle<v8::Object>, LocalDOMWindow*, v8::Isolate*)
void disposeUnderlyingV8Object(NPObject*, v8::Isolate*)
static void interruptAndRun(PassOwnPtr<Task>, v8::Isolate*)
static bool extractTransferables(v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&, v8::Isolate*))
BUG=424446
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183987
Patch Set 1 #Messages
Total messages: 10 (4 generated)
|