| Index: content/browser/tab_contents/navigation_entry.cc
|
| diff --git a/content/browser/tab_contents/navigation_entry.cc b/content/browser/tab_contents/navigation_entry.cc
|
| index 8efaab439009c290e1af29012329c154145786d0..64d0c43833034c64456658d9d54095f6784ba96f 100644
|
| --- a/content/browser/tab_contents/navigation_entry.cc
|
| +++ b/content/browser/tab_contents/navigation_entry.cc
|
| @@ -43,6 +43,7 @@ NavigationEntry::NavigationEntry()
|
| transition_type_(content::PAGE_TRANSITION_LINK),
|
| has_post_data_(false),
|
| restore_type_(RESTORE_NONE),
|
| + opener_browsing_instance_frame_id_(-1),
|
| is_renderer_initiated_(false) {
|
| }
|
|
|
| @@ -64,6 +65,7 @@ NavigationEntry::NavigationEntry(SiteInstance* instance,
|
| transition_type_(transition_type),
|
| has_post_data_(false),
|
| restore_type_(RESTORE_NONE),
|
| + opener_browsing_instance_frame_id_(-1),
|
| is_renderer_initiated_(is_renderer_initiated) {
|
| }
|
|
|
|
|