diff options
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r-- | components/script/dom/window.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index 7724f5b8d5f..18b4b1311b9 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -635,6 +635,7 @@ impl WindowMethods for Window { // https://html.spec.whatwg.org/multipage/#dom-frames fn Frames(&self) -> Root<BrowsingContext> { + println!("frames!"); self.browsing_context() } |