mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Move EventTargetTypeId/NodeTypeId to DOMClass
This commit is contained in:
parent
8d7ba12f28
commit
941f7dc04b
24 changed files with 149 additions and 74 deletions
|
@ -158,8 +158,10 @@ impl CharacterDataMethods for CharacterData {
|
|||
}
|
||||
|
||||
/// The different types of CharacterData.
|
||||
#[derive(JSTraceable, Copy, Clone, PartialEq, Debug, HeapSizeOf)]
|
||||
#[derive(Copy, Clone, PartialEq, Debug)]
|
||||
pub enum CharacterDataTypeId {
|
||||
CharacterData,
|
||||
|
||||
Comment,
|
||||
Text,
|
||||
ProcessingInstruction,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue