Rust upgrades

This commit is contained in:
Lars Bergstrom 2014-03-04 09:04:51 -08:00
parent caf1ed9446
commit bbac8aa5c3
130 changed files with 1236 additions and 985 deletions

View file

@ -10,7 +10,7 @@ use dom::window::Window;
use servo_util::str::DOMString;
#[repr(uint)]
#[deriving(ToStr, Encodable)]
#[deriving(Show, Encodable)]
enum DOMErrorName {
IndexSizeError = DOMExceptionConstants::INDEX_SIZE_ERR,
HierarchyRequestError = DOMExceptionConstants::HIERARCHY_REQUEST_ERR,