Skip to content

Commit

Permalink
Inherit TestBinding from TestBindingProxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
krk committed Apr 20, 2019
1 parent e956061 commit fea2ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/script/dom/testbindingproxy.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit fea2ad0

Please sign in to comment.