DescriptionRemove obsolete document wrapper creation in named constructors
For historical reasons, named constructor callbacks contained the code
toV8(document, info.Holder(), isolate);
to ensure a document wrapper was created. This was necessary to ensure
the asynchronous lifetime of HTMLAudioElement and HTMLImageElement.
This is no longer the case, so drop the extra code.
R=haraken
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176868
Patch Set 1 #
Messages
Total messages: 16 (0 generated)
|