mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Privatize RootedTraceableSet.
This commit is contained in:
parent
1f76aa6ef7
commit
eccf0a2932
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ unsafe impl JSTraceable for RwLock<MediaList> {
|
|||
}
|
||||
|
||||
/// Holds a set of JSTraceables that need to be rooted
|
||||
pub struct RootedTraceableSet {
|
||||
struct RootedTraceableSet {
|
||||
set: Vec<*const JSTraceable>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue