mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
changed devtools private types to public
This commit is contained in:
parent
58174448de
commit
64f5818428
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ struct ListTabsReply {
|
|||
}
|
||||
|
||||
#[derive(RustcEncodable)]
|
||||
struct RootActorMsg {
|
||||
pub struct RootActorMsg {
|
||||
from: String,
|
||||
applicationType: String,
|
||||
traits: ActorTraits,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue