| 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 1bb52d8b20a6a4f763e230ae1171e7090851f4a3..1d18396118ab9b0547bd12aef961412a778c65bc 100644
|
| --- a/content/browser/frame_host/frame_tree.cc
|
| +++ b/content/browser/frame_host/frame_tree.cc
|
| @@ -105,7 +105,9 @@ FrameTree::FrameTree(Navigator* navigator,
|
| std::string(),
|
| blink::WebFrameOwnerProperties())),
|
| focused_frame_tree_node_id_(-1),
|
| - load_progress_(0.0) {}
|
| + load_progress_(0.0) {
|
| + root_->InitializeBlameContext();
|
| +}
|
|
|
| FrameTree::~FrameTree() {
|
| delete root_;
|
|
|