mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Moved WorkerId type to devtools_traits
This commit is contained in:
parent
95e6b1d101
commit
b81f712ce1
9 changed files with 17 additions and 16 deletions
|
@ -450,9 +450,6 @@ pub enum NavigationDirection {
|
|||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug, Deserialize, Serialize)]
|
||||
pub struct FrameId(pub u32);
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug, Deserialize, Serialize, HeapSizeOf)]
|
||||
pub struct WorkerId(pub u32);
|
||||
|
||||
/// Each pipeline ID needs to be unique. However, it also needs to be possible to
|
||||
/// generate the pipeline ID from an iframe element (this simplifies a lot of other
|
||||
/// code that makes use of pipeline IDs).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue