Introduce Reflectable::global_scope

This commit is contained in:
Anthony Ramine 2016-10-01 18:15:15 +02:00
parent 27f100b1d4
commit ae6af5172b
30 changed files with 116 additions and 120 deletions

View file

@ -230,7 +230,7 @@ impl WebGLProgram {
.unwrap();
receiver.recv().unwrap().map(|(size, ty, name)|
WebGLActiveInfo::new(self.global().r().as_global_scope(), size, ty, DOMString::from(name)))
WebGLActiveInfo::new(&self.global_scope(), size, ty, DOMString::from(name)))
}
/// glGetActiveAttrib
@ -244,7 +244,7 @@ impl WebGLProgram {
.unwrap();
receiver.recv().unwrap().map(|(size, ty, name)|
WebGLActiveInfo::new(self.global().r().as_global_scope(), size, ty, DOMString::from(name)))
WebGLActiveInfo::new(&self.global_scope(), size, ty, DOMString::from(name)))
}
/// glGetAttribLocation