servo: Merge #3373 - Removed unused BlobMethods and CommentMethods traits, fixes #3366 (from ProgramFOX:issue3366)

Source-Repo: https://github.com/servo/servo
Source-Revision: 1544db8bb9fc7b27282bbf0555a45a662930f7b3
This commit is contained in:
ProgramFOX 2014-09-16 18:39:06 -06:00
Родитель bfe948590c
Коммит 7e833b1a8c
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -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()