diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-12-28 10:27:44 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-12-28 10:27:44 -0700 |
commit | 366ea4fe79cd838ae66acc74d9fdc7dcb36bddae (patch) | |
tree | ea027d78c7d6b89ec036117f3e14faac689dcacd /components/script/dom/bindings | |
parent | c4b93d30e4d56e3163f7ef4fdf0701cb7e0fb33c (diff) | |
parent | 18d8ee6ce053754a4f1dde510cfb71f9f0996e60 (diff) | |
download | servo-366ea4fe79cd838ae66acc74d9fdc7dcb36bddae.tar.gz servo-366ea4fe79cd838ae66acc74d9fdc7dcb36bddae.zip |
auto merge of #4486 : ProgramFOX/servo/readonly-csssd, r=jdm
Diffstat (limited to 'components/script/dom/bindings')
-rw-r--r-- | components/script/dom/bindings/error.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/bindings/error.rs b/components/script/dom/bindings/error.rs index f9de48935dc..0e887a89e77 100644 --- a/components/script/dom/bindings/error.rs +++ b/components/script/dom/bindings/error.rs @@ -35,7 +35,8 @@ pub enum Error { Network, Abort, Timeout, - DataClone + DataClone, + NoModificationAllowedError } /// The return type for IDL operations that can throw DOM exceptions. |