mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Rename GetCallableProperty to get_callable_property.
This commit is contained in:
@@ -5083,7 +5083,7 @@ class CallbackOperationBase(CallbackMethod):
|
||||
"methodName": self.methodName
|
||||
}
|
||||
getCallableFromProp = string.Template(
|
||||
'match self.parent.GetCallableProperty(cx, "${methodName}") {\n'
|
||||
'match self.parent.get_callable_property(cx, "${methodName}") {\n'
|
||||
' Err(_) => return Err(FailureUnknown),\n'
|
||||
' Ok(callable) => callable,\n'
|
||||
'}').substitute(replacements)
|
||||
|
||||
Reference in New Issue
Block a user