mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
broadcasting storage changes events
This commit is contained in:
parent
225d7d2ece
commit
1cc5bd4287
13 changed files with 111 additions and 84 deletions
|
@ -498,7 +498,7 @@ impl ScriptTask {
|
|||
}
|
||||
|
||||
// Return the root page in the frame tree. Panics if it doesn't exist.
|
||||
fn root_page(&self) -> Rc<Page> {
|
||||
pub fn root_page(&self) -> Rc<Page> {
|
||||
self.page.borrow().as_ref().unwrap().clone()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue