mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Removed unused BlobMethods and CommentMethods traits, fixes #3366
This commit is contained in:
parent
5a90f18b7e
commit
457f1876b9
2 changed files with 0 additions and 6 deletions
|
@ -40,9 +40,6 @@ impl Blob {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait BlobMethods {
|
||||
}
|
||||
|
||||
impl Reflectable for Blob {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
&self.reflector_
|
||||
|
|
|
@ -45,9 +45,6 @@ impl Comment {
|
|||
}
|
||||
}
|
||||
|
||||
pub trait CommentMethods {
|
||||
}
|
||||
|
||||
impl Reflectable for Comment {
|
||||
fn reflector<'a>(&'a self) -> &'a Reflector {
|
||||
self.characterdata.reflector()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue