mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
fix visibility warnings in script crate (#2044)
This commit is contained in:
parent
57f63b350e
commit
c397c5233d
6 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ use servo_util::str::DOMString;
|
|||
|
||||
#[repr(uint)]
|
||||
#[deriving(Show, Encodable)]
|
||||
enum DOMErrorName {
|
||||
pub enum DOMErrorName {
|
||||
IndexSizeError = DOMExceptionConstants::INDEX_SIZE_ERR,
|
||||
HierarchyRequestError = DOMExceptionConstants::HIERARCHY_REQUEST_ERR,
|
||||
WrongDocumentError = DOMExceptionConstants::WRONG_DOCUMENT_ERR,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue