diff options
Diffstat (limited to 'components/constellation/browsingcontext.rs')
-rw-r--r-- | components/constellation/browsingcontext.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/constellation/browsingcontext.rs b/components/constellation/browsingcontext.rs index 4f15638fcff..71db7487852 100644 --- a/components/constellation/browsingcontext.rs +++ b/components/constellation/browsingcontext.rs @@ -4,6 +4,7 @@ use crate::pipeline::Pipeline; use euclid::Size2D; +use log::warn; use msg::constellation_msg::{ BrowsingContextGroupId, BrowsingContextId, PipelineId, TopLevelBrowsingContextId, }; |