Remove Document::frame_ and use dom_window_->GetFrame()
In cases where the LocalDOMWindow* is what we want, or where we just need to null-check the frame, use dom_window_ instead of frame_. All others now call GetFrame(). Bug: 1080735 Change-Id: Ib6b37e16f05d675e19212c38e474d5ad56e4c182 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2212782Reviewed-by:Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#771862}
Showing
This diff is collapsed.
Please register or sign in to comment