mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Inherit TestBinding from TestBindingProxy.
This commit is contained in:
parent
e9560617b6
commit
fea2ad0fab
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue