| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index ff1af91daf1bf0c75bfe31e6e4838abe273de795..79da904ada7bb22294500c13f7c5974805aa6a63 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -133,7 +133,7 @@ std::unique_ptr<NavigationRequest> NavigationRequest::CreateRendererInitiated(
|
| 0, // nav_entry_id
|
| false, // is_same_document_history_load
|
| false, // is_history_navigation_in_new_child
|
| - std::set<std::string>(), // subframe_unique_names
|
| + std::map<std::string, bool>(), // subframe_unique_names
|
| frame_tree_node->has_committed_real_load(),
|
| false, // intended_as_new_entry
|
| -1, // pending_history_list_offset
|
|
|