Make Attr::value private.

This commit is contained in:
Ms2ger 2014-06-08 14:35:55 +02:00
parent 743dcee0f5
commit efe69f3a82
4 changed files with 6 additions and 6 deletions

View file

@ -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>,