aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/browsing_context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools/actors/browsing_context.rs')
-rw-r--r--components/devtools/actors/browsing_context.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/devtools/actors/browsing_context.rs b/components/devtools/actors/browsing_context.rs
index e301abc98d7..3095d442ce1 100644
--- a/components/devtools/actors/browsing_context.rs
+++ b/components/devtools/actors/browsing_context.rs
@@ -23,6 +23,7 @@ use devtools_traits::DevtoolsPageInfo;
use devtools_traits::NavigationState;
use ipc_channel::ipc::IpcSender;
use msg::constellation_msg::{BrowsingContextId, PipelineId};
+use serde::Serialize;
use serde_json::{Map, Value};
use std::cell::{Cell, RefCell};
use std::collections::HashMap;