servo: Merge #15127 - Privatize RootedTraceableSet (from servo:RootedTraceableSet); r=jdm

Source-Repo: https://github.com/servo/servo
Source-Revision: 5cd04259334270daa93743aaa6a72c039082bf5e
This commit is contained in:
Ms2ger 2017-01-20 10:17:38 -08:00
Родитель 21e15515ca
Коммит f271bf7b53
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>,
}