aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/namespace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/util/namespace.rs')
-rw-r--r--src/components/util/namespace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/util/namespace.rs b/src/components/util/namespace.rs
index ff9eda169c9..b23b235bad0 100644
--- a/src/components/util/namespace.rs
+++ b/src/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(Eq, Clone)]
+#[deriving(Eq, Clone, Encodable)]
pub enum Namespace {
Null,
HTML,