mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove generate_cacheable_wrapper_htmlelement!
This commit is contained in:
parent
a9eaaa833f
commit
3a293b3f1c
65 changed files with 441 additions and 149 deletions
|
@ -5,6 +5,7 @@
|
|||
use dom::bindings::codegen::Bindings::HTMLOptGroupElementBinding;
|
||||
use dom::bindings::codegen::InheritTypes::HTMLOptGroupElementDerived;
|
||||
use dom::bindings::js::{JSRef, Temporary};
|
||||
use dom::bindings::utils::{Reflectable, Reflector};
|
||||
use dom::document::Document;
|
||||
use dom::element::HTMLOptGroupElementTypeId;
|
||||
use dom::eventtarget::{EventTarget, NodeTargetTypeId};
|
||||
|
@ -38,3 +39,9 @@ impl HTMLOptGroupElement {
|
|||
|
||||
pub trait HTMLOptGroupElementMethods {
|
||||
}
|
||||
|
||||
impl Reflectable for HTMLOptGroupElement {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
self.htmlelement.reflector()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue