mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01: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
|
@ -30,7 +30,7 @@ struct ErrorReply {
|
|||
#[derive(RustcEncodable)]
|
||||
struct ListTabsReply {
|
||||
from: String,
|
||||
selected: uint,
|
||||
selected: u32,
|
||||
tabs: Vec<TabActorMsg>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue