aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/trace.rs
diff options
context:
space:
mode:
authorbors-servo <metajack+bors@gmail.com>2015-04-10 08:44:38 -0500
committerbors-servo <metajack+bors@gmail.com>2015-04-10 08:44:38 -0500
commit35fb5166624faa13d8a7090ce3f2456726547e11 (patch)
treee0bc2a7ee8841490d861a350662ca5f9bbf56d7c /components/script/dom/bindings/trace.rs
parent9677eb292dacd26ea21ab12441b88d538d719814 (diff)
parent95e4e259245f67127aef673cc58b1112d5e416e2 (diff)
downloadservo-35fb5166624faa13d8a7090ce3f2456726547e11.tar.gz
servo-35fb5166624faa13d8a7090ce3f2456726547e11.zip
Auto merge of #5632 - Ms2ger:runtime, r=jdm
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r--components/script/dom/bindings/trace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs
index f77b42648d9..4b5dffc1875 100644
--- a/components/script/dom/bindings/trace.rs
+++ b/components/script/dom/bindings/trace.rs
@@ -428,7 +428,7 @@ impl<T> DerefMut for RootedVec<T> {
/// SM Callback that traces the rooted collections
-pub unsafe extern fn trace_collections(tracer: *mut JSTracer, _data: *mut libc::c_void) {
+pub unsafe fn trace_collections(tracer: *mut JSTracer) {
ROOTED_COLLECTIONS.with(|ref collections| {
let collections = collections.borrow();
collections.trace(tracer);