Implement iframe.contentWindow.

This commit is contained in:
Ms2ger 2014-05-14 17:58:40 +02:00
parent 85285113e4
commit 765cea73d9
2 changed files with 14 additions and 2 deletions

View file

@ -173,7 +173,7 @@ pub struct PageIterator {
stack: Vec<Rc<Page>>,
}
trait IterablePage {
pub trait IterablePage {
fn iter(&self) -> PageIterator;
fn find(&self, id: PipelineId) -> Option<Rc<Page>>;
}