diff options
Diffstat (limited to 'components/script/dom/htmlanchorelement.rs')
-rw-r--r-- | components/script/dom/htmlanchorelement.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/htmlanchorelement.rs b/components/script/dom/htmlanchorelement.rs index 5b0f1801c25..cae38b2b733 100644 --- a/components/script/dom/htmlanchorelement.rs +++ b/components/script/dom/htmlanchorelement.rs @@ -71,7 +71,6 @@ impl HTMLAnchorElement { fn reinitialize_url(&self) { // Step 1. match *self.url.borrow() { - None => return, Some(ref url) if url.scheme() == "blob" && url.cannot_be_a_base() => return, _ => (), } |