Chromium Code Reviews
DescriptionPingLoaderImpl should use ContextClient instead of using WeakMember
PingLoaderImpl is expecting frame() to be cleared when the frame is detached.
This means that it needs to be ContextClient.
Using WeakMember<LocalFrame> is wrong because frame() is not cleared until
the frame is gc-ed.
BUG=610176
Committed: https://crrev.com/01c3564cde9cbaa8705f128337f3bed44c2d6ae3
Cr-Commit-Position: refs/heads/master@{#440085}
Patch Set 1 #Patch Set 2 : temp #Messages
Total messages: 10 (5 generated)
|