mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Simplify reflection usage in Actor code.
The fixed version is shorter, and doesn't use unstable features.
This commit is contained in:
parent
9b2aa095f2
commit
5215b51b55
3 changed files with 15 additions and 63 deletions
|
@ -17,9 +17,9 @@ use devtools_traits::EvaluateJSReply::{StringValue, BooleanValue, ActorValue};
|
|||
use devtools_traits::{CachedConsoleMessageTypes, DevtoolScriptControlMsg, PAGE_ERROR, CONSOLE_API};
|
||||
use msg::constellation_msg::PipelineId;
|
||||
|
||||
use core::cell::RefCell;
|
||||
use ipc_channel::ipc::{self, IpcSender};
|
||||
use rustc_serialize::json::{self, Json, ToJson};
|
||||
use std::cell::RefCell;
|
||||
use std::collections::BTreeMap;
|
||||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::channel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue