mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Fixes issue #6866
This commit is contained in:
parent
f1c26c59f1
commit
49c5408e65
8 changed files with 67 additions and 40 deletions
|
@ -69,7 +69,7 @@ pub enum ScriptToDevtoolsControlMsg {
|
|||
NewGlobal((PipelineId, Option<WorkerId>),
|
||||
IpcSender<DevtoolScriptControlMsg>,
|
||||
DevtoolsPageInfo),
|
||||
SendConsoleMessage(PipelineId, ConsoleMessage),
|
||||
SendConsoleMessage(PipelineId, ConsoleMessage, Option<WorkerId>),
|
||||
}
|
||||
|
||||
/// Serialized JS return values
|
||||
|
@ -268,4 +268,3 @@ impl PreciseTime {
|
|||
Duration::nanoseconds((later.0 - self.0) as i64)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue