aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domrect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/domrect.rs')
-rw-r--r--components/script/dom/domrect.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domrect.rs b/components/script/dom/domrect.rs
index 3c79479edab..39e9c4cbb0e 100644
--- a/components/script/dom/domrect.rs
+++ b/components/script/dom/domrect.rs
@@ -12,6 +12,7 @@ use servo_util::geometry::Au;
#[jstraceable]
#[must_root]
+#[privatize]
pub struct DOMRect {
reflector_: Reflector,
top: f32,