DescriptionSharedWorker: Clarify that SharedWorkerRepository is owned by RenderFrameImpl
Before this CL, SharedWorkerRepository is implicitly owned by RenderFrameImpl.
It's created when RenderFrameImpl is initialized and destructed on
RenderFrameObserver::OnDestruct called from the dtor of RenderFrameImpl. This
looks confusing.
After this CL, RenderFrameImpl explicitly owns SharedWorkerRepository as its
member field. This should not change behavior.
BUG=612308
Committed: https://crrev.com/bf678987c37ca0fb32515321216bb6b6c7ae76ad
Cr-Commit-Position: refs/heads/master@{#440734}
Patch Set 1 #Patch Set 2 : fix test crashes #Patch Set 3 : rebase #
Messages
Total messages: 25 (20 generated)
|