diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-06-16 12:28:43 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-06-20 19:08:12 +0200 |
commit | 9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c (patch) | |
tree | aa32e333a8bc0c11895213251a226d5b818a4541 /components/script/dom/htmliframeelement.rs | |
parent | 2c50318ee7c05ab926e27d225a3409c8da86c991 (diff) | |
download | servo-9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c.tar.gz servo-9e2e0ff98c7c42b6bfb24f0846dc0c82e36e7d2c.zip |
Move the remainder of layout_interface into script_layout_interface.
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r-- | components/script/dom/htmliframeelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs index 86146b8e915..22e67d162d9 100644 --- a/components/script/dom/htmliframeelement.rs +++ b/components/script/dom/htmliframeelement.rs @@ -38,9 +38,9 @@ use dom::window::{ReflowReason, Window}; use ipc_channel::ipc; use js::jsapi::{JSAutoCompartment, RootedValue, JSContext, MutableHandleValue}; use js::jsval::{UndefinedValue, NullValue}; -use layout_interface::ReflowQueryType; use msg::constellation_msg::{FrameType, LoadData, NavigationDirection, PipelineId, SubpageId}; use net_traits::response::HttpsState; +use script_layout_interface::message::ReflowQueryType; use script_traits::IFrameSandboxState::{IFrameSandboxed, IFrameUnsandboxed}; use script_traits::{IFrameLoadInfo, MozBrowserEvent, ScriptMsg as ConstellationMsg}; use std::cell::Cell; |