mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
Remove the 'pub use self::BindingDeclarations::*;' export.
This commit is contained in:
parent
14063b242e
commit
78856c87a4
98 changed files with 103 additions and 104 deletions
|
@ -2,7 +2,7 @@
|
|||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use dom::bindings::codegen::HTMLTrackElementBinding;
|
||||
use dom::bindings::codegen::BindingDeclarations::HTMLTrackElementBinding;
|
||||
use dom::bindings::codegen::InheritTypes::HTMLTrackElementDerived;
|
||||
use dom::bindings::js::JS;
|
||||
use dom::bindings::error::ErrorResult;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue