aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 35b45fee6dd..c3356c5e72b 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -2104,6 +2104,9 @@ impl ScriptThread {
WebDriverScriptCommand::DeleteCookies(reply) => {
webdriver_handlers::handle_delete_cookies(&documents, pipeline_id, reply)
},
+ WebDriverScriptCommand::DeleteCookie(name, reply) => {
+ webdriver_handlers::handle_delete_cookie(&documents, pipeline_id, name, reply)
+ },
WebDriverScriptCommand::FindElementCSS(selector, reply) => {
webdriver_handlers::handle_find_element_css(
&documents,