aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performance.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/performance.rs')
-rw-r--r--components/script/dom/performance.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/performance.rs b/components/script/dom/performance.rs
index f1c5896b2a7..ae6fb7061cc 100644
--- a/components/script/dom/performance.rs
+++ b/components/script/dom/performance.rs
@@ -15,6 +15,7 @@ pub type DOMHighResTimeStamp = f64;
#[jstraceable]
#[must_root]
+#[privatize]
pub struct Performance {
reflector_: Reflector,
timing: JS<PerformanceTiming>,