Rename SendConsoleMessage to ConsoleAPI

Fixes #7131.
This commit is contained in:
Brandon Fairchild 2015-08-10 16:43:19 -04:00
parent 2b9590c5a5
commit a95015b68a
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ pub enum ScriptToDevtoolsControlMsg {
NewGlobal((PipelineId, Option<WorkerId>),
IpcSender<DevtoolScriptControlMsg>,
DevtoolsPageInfo),
SendConsoleMessage(PipelineId, ConsoleMessage, Option<WorkerId>),
ConsoleAPI(PipelineId, ConsoleMessage, Option<WorkerId>),
}
/// Serialized JS return values