mirror of
https://github.com/servo/servo.git
synced 2025-07-16 03:43:38 +01:00
Chore: cleanup unused EmbedderMsg::WebDriverCommand
(#37979)
Also fix doc for `WebDriverCommandMsg::GetWindowRect`. Testing: No behaviour change. Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
a475175949
commit
827261ab03
4 changed files with 1 additions and 4 deletions
|
@ -425,7 +425,6 @@ pub enum EmbedderMsg {
|
|||
JavaScriptEvaluationId,
|
||||
Result<JSValue, JavaScriptEvaluationError>,
|
||||
),
|
||||
WebDriverCommand(WebDriverCommandMsg),
|
||||
}
|
||||
|
||||
impl Debug for EmbedderMsg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue