mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove int/uint from devtools/devtools_traits.
This commit is contained in:
parent
a277036dd9
commit
6328946434
7 changed files with 28 additions and 29 deletions
|
@ -46,10 +46,10 @@ struct ListFramesReply {
|
|||
|
||||
#[derive(RustcEncodable)]
|
||||
struct FrameMsg {
|
||||
id: uint,
|
||||
id: u32,
|
||||
url: String,
|
||||
title: String,
|
||||
parentID: uint,
|
||||
parentID: u32,
|
||||
}
|
||||
|
||||
#[derive(RustcEncodable)]
|
||||
|
@ -57,7 +57,7 @@ pub struct TabActorMsg {
|
|||
actor: String,
|
||||
title: String,
|
||||
url: String,
|
||||
outerWindowID: uint,
|
||||
outerWindowID: u32,
|
||||
consoleActor: String,
|
||||
inspectorActor: String,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue