aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/formdata.rs
diff options
context:
space:
mode:
authorTim Taubert <tim@timtaubert.de>2014-10-12 19:06:56 +0200
committerTim Taubert <tim@timtaubert.de>2014-10-13 11:13:12 +0200
commitacd98a73a4ea1aad96705c49ab960d9c87a38a28 (patch)
tree1570653d9cd8169214a2cded8311d70c04a6538d /components/script/dom/formdata.rs
parent5b720879442ed4f05f0e2af25103e8e4e0a9ecef (diff)
downloadservo-acd98a73a4ea1aad96705c49ab960d9c87a38a28.tar.gz
servo-acd98a73a4ea1aad96705c49ab960d9c87a38a28.zip
Simple privatizations
Diffstat (limited to 'components/script/dom/formdata.rs')
-rw-r--r--components/script/dom/formdata.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/formdata.rs b/components/script/dom/formdata.rs
index b0730355bcd..1e2e1ca7049 100644
--- a/components/script/dom/formdata.rs
+++ b/components/script/dom/formdata.rs
@@ -27,6 +27,7 @@ pub enum FormDatum {
#[jstraceable]
#[must_root]
+#[privatize]
pub struct FormData {
data: RefCell<HashMap<DOMString, Vec<FormDatum>>>,
reflector_: Reflector,