DescriptionRemove redundant calls to FrameLoader::frameDetached().
Page::willBeDestroyed() detachs any frames remaining in the frame tree,
so there's no need to do this before calling willBeDestroyed().
In addition, since frameDetached() recursively detaches all frames,
eliminate the loop inside Page::willBeDestroyed() to detach all frames.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176173
Patch Set 1 #Patch Set 2 : Fix layout tests. #
Messages
Total messages: 5 (0 generated)
|