Commit 02cfd5cc authored by japhet's avatar japhet Committed by Commit bot

Remove last use of WebFrame::isLoading()

All other uses are from a WebLocalFrame, and the concept is local-specific.
This will enable us to move it to WebLocalFrame in the blink repo.

BUG=

Review URL: https://codereview.chromium.org/557483002

Cr-Commit-Position: refs/heads/master@{#293869}
parent 3895fc1c
......@@ -753,7 +753,7 @@ void PrepareFrameAndViewForPrint::RestoreSize() {
}
void PrepareFrameAndViewForPrint::FinishPrinting() {
blink::WebFrame* frame = frame_.GetFrame();
blink::WebLocalFrame* frame = frame_.GetFrame();
if (frame) {
blink::WebView* web_view = frame->view();
if (is_printing_started_) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment