Privatize InheritTypes

This commit is contained in:
Tim Taubert 2014-10-12 18:53:31 +02:00
parent acd98a73a4
commit 9a52bb8310
80 changed files with 252 additions and 101 deletions

View file

@ -15,8 +15,9 @@ use servo_util::str::DOMString;
#[jstraceable]
#[must_root]
#[privatize]
pub struct HTMLAudioElement {
pub htmlmediaelement: HTMLMediaElement
htmlmediaelement: HTMLMediaElement
}
impl HTMLAudioElementDerived for EventTarget {