mirror of
https://github.com/servo/servo.git
synced 2025-10-05 19:19:25 +01:00
Implement iframe.contentWindow.
This commit is contained in:
parent
85285113e4
commit
765cea73d9
2 changed files with 14 additions and 2 deletions
|
@ -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>>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue