Descriptionbindings: Supports reentrance to ScriptWrappable::wrap through V8DOMWrapper::createWrapper.
Considering V8DOMWrapper::createWrapper invokes v8::FunctionTemplate::GetFunction
and v8::Function::NewInstance, it may run an arbitrary script and reenter to
ScriptWrappable::wrap with the same object.
This CL supports such a case and consistently uses the wrapper that is created
and associated first.
BUG=477425, 389445
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197984
Patch Set 1 #
Total comments: 2
Messages
Total messages: 10 (3 generated)
|