| Index: content/browser/frame_host/frame_tree.cc
|
| diff --git a/content/browser/frame_host/frame_tree.cc b/content/browser/frame_host/frame_tree.cc
|
| index 511454f4d1069275dedc0d193778593d0d395985..370946e428b8d77be1edc2b815a36d53b1b0ce29 100644
|
| --- a/content/browser/frame_host/frame_tree.cc
|
| +++ b/content/browser/frame_host/frame_tree.cc
|
| @@ -418,7 +418,7 @@ void FrameTree::UpdateLoadProgress() {
|
| // Ignore the current frame if it has not started loading,
|
| // if the frame is cross-origin, or about:blank.
|
| if (!node->has_started_loading() || !node->HasSameOrigin(*root_) ||
|
| - node->current_url() == GURL(url::kAboutBlankURL))
|
| + node->current_url() == url::kAboutBlankURL)
|
| continue;
|
| progress += node->loading_progress();
|
| frame_count++;
|
|
|