| 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 e92d28f80be28b571761859cf90da2588917bb5c..c028ab3970d014a11afbc3570826018056930b76 100644
|
| --- a/content/browser/frame_host/frame_tree.cc
|
| +++ b/content/browser/frame_host/frame_tree.cc
|
| @@ -445,7 +445,7 @@ void FrameTree::ResetLoadProgress() {
|
| load_progress_ = 0.0;
|
| }
|
|
|
| -bool FrameTree::IsLoading() {
|
| +bool FrameTree::IsLoading() const {
|
| bool is_loading = false;
|
| ForEach(base::Bind(&IsNodeLoading, &is_loading));
|
| return is_loading;
|
|
|