Inherit TestBinding from TestBindingProxy.

This commit is contained in:
krk 2019-04-17 21:38:13 +02:00
parent e9560617b6
commit fea2ad0fab

View file

@ -5,13 +5,13 @@
// check-tidy: no specs after this line
use crate::dom::bindings::codegen::Bindings::TestBindingProxyBinding::TestBindingProxyMethods;
use crate::dom::bindings::reflector::Reflector;
use crate::dom::bindings::str::DOMString;
use crate::dom::testbinding::TestBinding;
use dom_struct::dom_struct;
#[dom_struct]
pub struct TestBindingProxy {
reflector_: Reflector,
testbinding_: TestBinding,
}
impl TestBindingProxyMethods for TestBindingProxy {