diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-03-07 18:58:53 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-03-07 18:58:53 -0500 |
commit | edfd15c36f9c050512ebdfab3553cd3a7f6ff06f (patch) | |
tree | 89e8a02b8c1981f58f9ef95f153a387bbf49ac30 /components/script_traits/lib.rs | |
parent | cc131be2e0f48924ffc8cdfc017fc23c361f1140 (diff) | |
download | servo-edfd15c36f9c050512ebdfab3553cd3a7f6ff06f.tar.gz servo-edfd15c36f9c050512ebdfab3553cd3a7f6ff06f.zip |
Ensure iframe's contentWindow is updated when traversing the session history.
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index e2bc5c4d1ed..724d76daede 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -303,6 +303,7 @@ pub enum ConstellationControlMsg { UpdatePipelineId( PipelineId, BrowsingContextId, + TopLevelBrowsingContextId, PipelineId, UpdatePipelineIdReason, ), |