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:
Euclid Ye 2025-07-10 20:54:46 +08:00 committed by GitHub
parent a475175949
commit 827261ab03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 1 additions and 4 deletions

View file

@ -425,7 +425,6 @@ pub enum EmbedderMsg {
JavaScriptEvaluationId,
Result<JSValue, JavaScriptEvaluationError>,
),
WebDriverCommand(WebDriverCommandMsg),
}
impl Debug for EmbedderMsg {