mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Make Attr::value private.
This commit is contained in:
parent
743dcee0f5
commit
efe69f3a82
4 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ pub enum AttrSettingType {
|
|||
pub struct Attr {
|
||||
pub reflector_: Reflector,
|
||||
pub local_name: DOMString,
|
||||
pub value: DOMString,
|
||||
value: DOMString,
|
||||
pub name: DOMString,
|
||||
pub namespace: Namespace,
|
||||
pub prefix: Option<DOMString>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue