diff options
Diffstat (limited to 'components/constellation/session_history.rs')
-rw-r--r-- | components/constellation/session_history.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/constellation/session_history.rs b/components/constellation/session_history.rs index 9e6f765ee15..7bd4ef2c288 100644 --- a/components/constellation/session_history.rs +++ b/components/constellation/session_history.rs @@ -5,11 +5,9 @@ use std::cmp::PartialEq; use std::fmt; +use base::id::{BrowsingContextId, HistoryStateId, PipelineId, TopLevelBrowsingContextId}; use euclid::Size2D; use log::debug; -use msg::constellation_msg::{ - BrowsingContextId, HistoryStateId, PipelineId, TopLevelBrowsingContextId, -}; use script_traits::LoadData; use servo_url::ServoUrl; use style_traits::CSSPixel; |