mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename GetContext to get_context.
This commit is contained in:
parent
bbf1359024
commit
36ce24454c
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue