aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/jstraceable.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-09-02 07:57:55 +0200
committerSimon Sapin <simon.sapin@exyr.org>2015-09-02 09:22:17 +0200
commit40b4348824f96a0f37b39f38a024b6061b36b0a7 (patch)
tree0c7b91cac0e789c3d53bf11fcda475037f1de0e5 /components/plugins/jstraceable.rs
parentba2cb77c26006dc378553d757e88de8ab86c4d5b (diff)
downloadservo-40b4348824f96a0f37b39f38a024b6061b36b0a7.tar.gz
servo-40b4348824f96a0f37b39f38a024b6061b36b0a7.zip
Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)
Diffstat (limited to 'components/plugins/jstraceable.rs')
-rw-r--r--components/plugins/jstraceable.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/plugins/jstraceable.rs b/components/plugins/jstraceable.rs
index 2dfd4305c9d..5ff252053d8 100644
--- a/components/plugins/jstraceable.rs
+++ b/components/plugins/jstraceable.rs
@@ -38,6 +38,7 @@ pub fn expand_dom_struct(cx: &mut ExtCtxt, sp: Span, _: &MetaItem, anno: Annotat
pub fn expand_jstraceable(cx: &mut ExtCtxt, span: Span, mitem: &MetaItem, item: &Annotatable,
push: &mut FnMut(Annotatable)) {
let trait_def = TraitDef {
+ is_unsafe: false,
span: span,
attributes: Vec::new(),
path: ty::Path::new(vec!("dom","bindings","trace","JSTraceable")),