mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
parent
50ea9fc02d
commit
d0890db479
2 changed files with 2 additions and 2 deletions
|
@ -178,7 +178,7 @@ impl WebGLExtensions {
|
|||
.insert(name, Box::new(TypedWebGLExtensionWrapper::<T>::new()));
|
||||
}
|
||||
|
||||
pub fn get_suported_extensions(&self) -> Vec<&'static str> {
|
||||
pub fn get_supported_extensions(&self) -> Vec<&'static str> {
|
||||
self.extensions
|
||||
.borrow()
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue