DescriptionOilpan: avoid creating a cyclic reference to InjectedScriptHost.
Follow up r196524 and keep a raw back pointer to InjectedScriptHost
instead of a Persistent, as that will create a cycle by way of the
v8 heap.
InjectedScriptHost will outlive the WeakCallbackData that keeps the
back reference, so safe. InjectedScriptHost is also slated for removal
from the Oilpan heap.
R=haraken
BUG=46631
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196572
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|