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 void installV8TestInterfaceTemplate(v8::Handle<v8::FunctionTemplate>, v8::Isolate*)
inline void setObjectGroup(ScriptWrappableBase* scriptWrappableBase, const v8::Persistent<v8::Object>& wrapper, v8::Isolate* isolate)
static void visitDOMWrapper(ScriptWrappableBase*, const v8::Persistent<v8::Object>&, v8::Isolate*)
typedef void (*ResolveWrapperReachabilityFunction)(ScriptWrappableBase* internalPointer, const v8::Persistent<v8::Object>&, v8::Isolate*))
BUG=424446
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184787
Patch Set 1 #Messages
Total messages: 6 (2 generated)
|