summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs')
-rw-r--r--www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs b/www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs
deleted file mode 100644
index 003bb01cb15..00000000000
--- a/www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-servo_components_script_dom_cssstyledeclaration.rs,v 1.3 2018/01/08 09:37:57 ryoon Exp $
-
---- servo/components/script/dom/cssstyledeclaration.rs.orig 2017-11-02 16:16:33.000000000 +0000
-+++ servo/components/script/dom/cssstyledeclaration.rs
-@@ -16,7 +16,6 @@ use dom::window::Window;
- use dom_struct::dom_struct;
- use servo_arc::Arc;
- use servo_url::ServoUrl;
--use std::ascii::AsciiExt;
- use style::attr::AttrValue;
- use style::properties::{Importance, PropertyDeclarationBlock, PropertyId, LonghandId, ShorthandId};
- use style::properties::{parse_one_declaration_into, parse_style_attribute, SourcePropertyDeclaration};