aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/node.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/node.rs')
-rw-r--r--src/components/script/dom/node.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/components/script/dom/node.rs b/src/components/script/dom/node.rs
index fd55732da82..86137fef714 100644
--- a/src/components/script/dom/node.rs
+++ b/src/components/script/dom/node.rs
@@ -1731,16 +1731,6 @@ impl Node {
false
}
- // http://dom.spec.whatwg.org/#dom-node-prefix
- pub fn GetPrefix(&self) -> Option<DOMString> {
- None
- }
-
- // http://dom.spec.whatwg.org/#dom-node-localname
- pub fn GetLocalName(&self) -> Option<DOMString> {
- None
- }
-
//
// Low-level pointer stitching
//