mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #15127 - servo:RootedTraceableSet, r=jdm
Privatize RootedTraceableSet. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15127) <!-- Reviewable:end -->
This commit is contained in:
commit
5cd0425933
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