mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Rename NodeData and associated data structures to Element*.
MozReview-Commit-ID: 96VsmsoZtjZ
This commit is contained in:
parent
5442fbec3f
commit
be89f73675
15 changed files with 75 additions and 77 deletions
|
@ -67,7 +67,7 @@ COMPILATION_TARGETS = {
|
|||
},
|
||||
"raw_lines": [
|
||||
"use atomic_refcell::AtomicRefCell;",
|
||||
"use data::NodeData;",
|
||||
"use data::ElementData;",
|
||||
"pub use nsstring::nsStringRepr as nsString;"
|
||||
],
|
||||
"blacklist_types": ["nsString"],
|
||||
|
@ -226,7 +226,7 @@ COMPILATION_TARGETS = {
|
|||
}, {
|
||||
"generic": False,
|
||||
"gecko": "ServoNodeData",
|
||||
"servo": "AtomicRefCell<NodeData>",
|
||||
"servo": "AtomicRefCell<ElementData>",
|
||||
}
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue