mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Untry script
This commit is contained in:
parent
a5bb55790f
commit
7af5a7fd54
36 changed files with 199 additions and 199 deletions
|
@ -32,7 +32,7 @@ pub fn validate_and_extract(namespace: Option<DOMString>,
|
|||
let namespace = namespace_from_domstring(namespace);
|
||||
|
||||
// Step 2.
|
||||
try!(validate_qualified_name(qualified_name));
|
||||
validate_qualified_name(qualified_name)?;
|
||||
|
||||
let colon = ':';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue