mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
frames override is the worst
This commit is contained in:
parent
0316a0def6
commit
0d9d5b33d5
3 changed files with 33 additions and 33 deletions
|
@ -84,7 +84,7 @@ impl DissimilarOriginWindowMethods for DissimilarOriginWindow {
|
|||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-frames
|
||||
fn Frames(&self) -> Root<BrowsingContext> {
|
||||
println!("calling frames");
|
||||
println!("calling cross origin frames");
|
||||
Root::from_ref(&*self.browsing_context)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue