mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
investigating failures after filtering wrapper integration with mozjs
This commit is contained in:
parent
aa7b4f6162
commit
3acac9d8e0
4 changed files with 48 additions and 30 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue