aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-09-26 01:30:06 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-09-26 09:49:04 +0200
commite2dac78d3600cb4b2b4474f1db4f0fcaadbe24ea (patch)
tree3a0ae2014f80a0e7af0d76e7f7e3d043769293a8 /components/script/dom/htmliframeelement.rs
parentc52fd0a78041ec22db1c4b391556368cd8b87b02 (diff)
downloadservo-e2dac78d3600cb4b2b4474f1db4f0fcaadbe24ea.tar.gz
servo-e2dac78d3600cb4b2b4474f1db4f0fcaadbe24ea.zip
Rename LayoutJS<T> to LayoutDom<T>
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
-rw-r--r--components/script/dom/htmliframeelement.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/htmliframeelement.rs b/components/script/dom/htmliframeelement.rs
index 8e71609a451..923c0fab2df 100644
--- a/components/script/dom/htmliframeelement.rs
+++ b/components/script/dom/htmliframeelement.rs
@@ -21,7 +21,7 @@ use dom::bindings::error::{Error, ErrorResult, Fallible};
use dom::bindings::inheritance::Castable;
use dom::bindings::refcounted::Trusted;
use dom::bindings::reflector::DomObject;
-use dom::bindings::root::{LayoutJS, MutNullableDom, Root};
+use dom::bindings::root::{LayoutDom, MutNullableDom, Root};
use dom::bindings::str::DOMString;
use dom::customevent::CustomEvent;
use dom::document::Document;
@@ -419,7 +419,7 @@ pub trait HTMLIFrameElementLayoutMethods {
fn get_height(&self) -> LengthOrPercentageOrAuto;
}
-impl HTMLIFrameElementLayoutMethods for LayoutJS<HTMLIFrameElement> {
+impl HTMLIFrameElementLayoutMethods for LayoutDom<HTMLIFrameElement> {
#[inline]
#[allow(unsafe_code)]
fn pipeline_id(&self) -> Option<PipelineId> {