mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
* new_js_regex and matches_js_regex need a CanGc argument Signed-off-by: dericko681 <abonghoderick@gmail.com> * new_js_regex and matches_js_regex need a CanGc argument Signed-off-by: dericko681 <abonghoderick@gmail.com> * edit Propagate CanGc arguments through new_js_regex and matches_js_regex Signed-off-by: dericko681 <abonghoderick@gmail.com> * Propagate CanGc arguments through new_js_regex and matches_js_regex Signed-off-by: dericko681 <abonghoderick@gmail.com> * Propagate CanGc arguments through new_js_regex and matches_js_regex Signed-off-by: dericko681 <abonghoderick@gmail.com> * Propagate CanGc arguments through new_js_regex and matches_js_regex Signed-off-by: dericko681 <abonghoderick@gmail.com> --------- Signed-off-by: dericko681 <abonghoderick@gmail.com>
This commit is contained in:
parent
b5c8164e99
commit
83da63f638
60 changed files with 600 additions and 435 deletions
|
@ -2311,7 +2311,7 @@ impl ScriptThread {
|
|||
)
|
||||
},
|
||||
WebDriverScriptCommand::GetUrl(reply) => {
|
||||
webdriver_handlers::handle_get_url(&documents, pipeline_id, reply)
|
||||
webdriver_handlers::handle_get_url(&documents, pipeline_id, reply, can_gc)
|
||||
},
|
||||
WebDriverScriptCommand::IsEnabled(element_id, reply) => {
|
||||
webdriver_handlers::handle_is_enabled(&documents, pipeline_id, element_id, reply)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue