mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Make struct part of unrooted_must_root handle type parameters
This commit is contained in:
parent
511e3337fb
commit
fda3eb6327
4 changed files with 40 additions and 28 deletions
|
@ -14,6 +14,7 @@ use std::rc::Rc;
|
|||
|
||||
/// Encapsulates a handle to a frame in a frame tree.
|
||||
#[derive(JSTraceable)]
|
||||
#[allow(unrooted_must_root)] // FIXME(#6686) this is wrong
|
||||
pub struct Page {
|
||||
/// Pipeline id associated with this page.
|
||||
id: PipelineId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue