mirror of
https://github.com/servo/servo.git
synced 2025-10-18 01:09:16 +01:00
Implement CharacterData.{deleteData, insertData, replaceData}
This commit is contained in:
parent
bb8a037cb2
commit
fd9541357f
3 changed files with 34 additions and 1 deletions
|
@ -9,6 +9,7 @@ use js::glue::{ReportError};
|
|||
|
||||
#[deriving(Show)]
|
||||
pub enum Error {
|
||||
IndexSize,
|
||||
FailureUnknown,
|
||||
NotFound,
|
||||
HierarchyRequest,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue