mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -287,6 +287,8 @@ impl Drop for StackRootTLS {
|
|||
/// Information for an entire page. Pages are top-level browsing contexts and can contain multiple
|
||||
/// frames.
|
||||
#[derive(JSTraceable)]
|
||||
// ScriptTask instances are rooted on creation, so this is okay
|
||||
#[allow(unrooted_must_root)]
|
||||
pub struct ScriptTask {
|
||||
/// A handle to the information pertaining to page layout
|
||||
page: DOMRefCell<Option<Rc<Page>>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue