Implement epochs; fix integration bugs

This commit is contained in:
eschweic 2013-08-08 20:49:58 -07:00 committed by Tim Kuehn
parent f2c00f7e28
commit eb6973c7dc
9 changed files with 114 additions and 48 deletions

View file

@ -401,7 +401,7 @@ pub fn parse_html(cx: *JSContext,
future_chan: Some(chan),
constellation_chan: constellation_chan.clone(),
});
iframe_chan.send(HtmlDiscoveredIFrame(iframe_url, subpage_id, size_future));
iframe_chan.send(HtmlDiscoveredIFrame((iframe_url, subpage_id, size_future)));
}
}
}