investigating failures after filtering wrapper integration with mozjs

This commit is contained in:
ddh 2017-05-09 14:27:12 +01:00
parent aa7b4f6162
commit 3acac9d8e0
4 changed files with 48 additions and 30 deletions

View file

@ -84,6 +84,7 @@ impl DissimilarOriginWindowMethods for DissimilarOriginWindow {
// https://html.spec.whatwg.org/multipage/#dom-frames
fn Frames(&self) -> Root<BrowsingContext> {
println!("calling frames");
Root::from_ref(&*self.browsing_context)
}