Remove Reflectable::global

This commit is contained in:
Anthony Ramine 2016-10-05 09:56:57 +02:00
parent e7a1149984
commit 907781eb75
8 changed files with 15 additions and 22 deletions

View file

@ -355,6 +355,7 @@ impl FileReader {
let fr = Trusted::new(self);
let gen_id = self.generation_id.get();
let global = self.global_scope();
let wrapper = global.get_runnable_wrapper();
let task_source = global.file_reading_task_source();