mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)
This commit is contained in:
parent
87e7e3d429
commit
c38c964f1b
38 changed files with 118 additions and 109 deletions
|
@ -625,7 +625,7 @@ impl HTMLScriptElement {
|
|||
self.run_a_classic_script(&script);
|
||||
|
||||
// Step 6.
|
||||
document.set_current_script(old_script.deref());
|
||||
document.set_current_script(old_script.as_deref());
|
||||
|
||||
// Step 7.
|
||||
if let Some(doc) = neutralized_doc {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue