mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update the WebIDL parser
This commit is contained in:
parent
2439672983
commit
e566bc7b1c
18 changed files with 1183 additions and 318 deletions
|
@ -194,7 +194,7 @@ impl Headers {
|
|||
}
|
||||
Ok(())
|
||||
},
|
||||
Some(HeadersInit::ByteStringMozMap(m)) => {
|
||||
Some(HeadersInit::StringByteStringRecord(m)) => {
|
||||
for (key, value) in m.iter() {
|
||||
let key_vec = key.as_ref().to_string().into();
|
||||
let headers_key = ByteString::new(key_vec);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue