From 948daf242278b22d7a15c1c594129785d1cff538 Mon Sep 17 00:00:00 2001 From: Lars Bergstrom Date: Sat, 5 Apr 2014 10:11:38 +0200 Subject: This batch of changes upgrades Servo to work with the Rust upgrade as of April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc>`, and the various API changes strewn throughout the libraries. --- src/components/script/dom/htmlselectelement.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/script/dom/htmlselectelement.rs') diff --git a/src/components/script/dom/htmlselectelement.rs b/src/components/script/dom/htmlselectelement.rs index 1208a0e0112..f53fed1dba8 100644 --- a/src/components/script/dom/htmlselectelement.rs +++ b/src/components/script/dom/htmlselectelement.rs @@ -19,7 +19,7 @@ use servo_util::str::DOMString; #[deriving(Encodable)] pub struct HTMLSelectElement { - htmlelement: HTMLElement + pub htmlelement: HTMLElement } impl HTMLSelectElementDerived for EventTarget { -- cgit v1.2.3