Move code related to json packet reading to JsonPacketSender trait

fixup! Move code related to json packet reading to JsonPacketSender trait
This commit is contained in:
thiagopnts 2014-11-10 22:55:41 -02:00
parent f0184a2d01
commit 4c1a89544e
6 changed files with 41 additions and 39 deletions

View file

@ -7,7 +7,7 @@
/// inspection, JS evaluation, autocompletion) in Servo.
use actor::{Actor, ActorRegistry};
use protocol::JsonPacketSender;
use protocol::JsonPacketStream;
use devtools_traits::{EvaluateJS, NullValue, VoidValue, NumberValue, StringValue, BooleanValue};
use devtools_traits::{ActorValue, DevtoolScriptControlMsg};