From 1cc5bd4287d34afcf65395c59343c726e9c93cd5 Mon Sep 17 00:00:00 2001 From: snf Date: Tue, 24 Mar 2015 10:05:36 +0000 Subject: broadcasting storage changes events --- components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/script_task.rs') diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 2db2ef24a80..a891455c0de 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -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 { + pub fn root_page(&self) -> Rc { self.page.borrow().as_ref().unwrap().clone() } -- cgit v1.2.3