aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/fragment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/fragment.rs')
-rw-r--r--components/layout/fragment.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/fragment.rs b/components/layout/fragment.rs
index f22a0edb9a0..6884d4cbe6b 100644
--- a/components/layout/fragment.rs
+++ b/components/layout/fragment.rs
@@ -488,7 +488,7 @@ impl ImageFragmentInfo {
}
/// A fragment that represents an inline frame (iframe). This stores the frame ID so that the
-/// size of this iframe can be communicated via the constellation to the iframe's own layout thread.
+/// size of this iframe can be communicated via the constellation to the iframe's own layout.
#[derive(Clone)]
pub struct IframeFragmentInfo {
/// The frame ID of this iframe. None if there is no nested browsing context.