diff options
Diffstat (limited to 'components/script/page.rs')
-rw-r--r-- | components/script/page.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/page.rs b/components/script/page.rs index 8ece5145133..da2b99c0c6f 100644 --- a/components/script/page.rs +++ b/components/script/page.rs @@ -35,8 +35,6 @@ use std::mem::replace; use std::rc::Rc; use url::Url; - - /// Encapsulates a handle to a frame and its associated layout information. #[jstraceable] pub struct Page { |