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:
static v8::Handle<v8::FunctionTemplate> functionTemplateForCallback(v8::Handle<v8::Signature>, v8::FunctionCallback, int length, v8::Isolate*)
static void majorGCPrologue(bool constructRetainedObjectInfos, v8::Isolate*)
v8::Local<v8::Object> createV8ObjectForNPObject(NPObject*, NPObject* root, v8::Isolate*))
BUG=424446
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184507
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|