diff options
Diffstat (limited to 'src/components/script/dom/blob.rs')
-rw-r--r-- | src/components/script/dom/blob.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/blob.rs b/src/components/script/dom/blob.rs index 807a144635e..af3eef00443 100644 --- a/src/components/script/dom/blob.rs +++ b/src/components/script/dom/blob.rs @@ -23,7 +23,7 @@ impl Blob { } impl Reflectable for Blob { - fn get_wrappercache(&mut self) -> &mut Reflector { + fn reflector(&mut self) -> &mut Reflector { unsafe { cast::transmute(&self.wrapper) } } |