Rename GetContext to get_context.

This commit is contained in:
Ms2ger 2015-01-29 21:13:15 +01:00
parent bbf1359024
commit 36ce24454c
2 changed files with 6 additions and 6 deletions

View file

@ -154,7 +154,7 @@ impl CallSetup {
}
/// Returns the `JSContext` used for the call.
pub fn GetContext(&self) -> *mut JSContext {
pub fn get_context(&self) -> *mut JSContext {
self.cx
}
}