aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/namespace.rs
diff options
context:
space:
mode:
authorClark Gaebel <cgaebel@mozilla.com>2014-09-02 10:16:11 -0700
committerClark Gaebel <cgaebel@mozilla.com>2014-09-15 16:29:45 -0700
commitacd83ff47b30049fcd43a334f40bfbc27e7fbfd3 (patch)
tree2d084f890346f560b9c5a470801c2ad32052ebdb /components/util/namespace.rs
parentd161d0ad47dbfbd5ff6e28d19008e0719f078eff (diff)
downloadservo-acd83ff47b30049fcd43a334f40bfbc27e7fbfd3.tar.gz
servo-acd83ff47b30049fcd43a334f40bfbc27e7fbfd3.zip
Added a bloom filter to CSS selector matching.
Diffstat (limited to 'components/util/namespace.rs')
-rw-r--r--components/util/namespace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/util/namespace.rs b/components/util/namespace.rs
index 1f32ae83017..8824accae00 100644
--- a/components/util/namespace.rs
+++ b/components/util/namespace.rs
@@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#[deriving(PartialEq, Clone, Encodable)]
+#[deriving(Eq, PartialEq, Clone, Encodable, Hash)]
pub enum Namespace {
Null,
HTML,