mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Rename GetPropertyOnPrototype to get_property_on_prototype.
This commit is contained in:
parent
1af1302010
commit
747b6c4262
2 changed files with 6 additions and 5 deletions
|
@ -3908,7 +3908,7 @@ if !expando.is_null() {
|
|||
|
||||
%s
|
||||
let mut found = false;
|
||||
if !GetPropertyOnPrototype(cx, proxy, id, &mut found, vp) {
|
||||
if !get_property_on_prototype(cx, proxy, id, &mut found, vp) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -4553,7 +4553,7 @@ class CGBindingRoot(CGThing):
|
|||
'dom::bindings::utils::{DOMClass}',
|
||||
'dom::bindings::utils::{DOMJSClass, JSCLASS_DOM_GLOBAL}',
|
||||
'dom::bindings::utils::{FindEnumStringIndex, GetArrayIndexFromId}',
|
||||
'dom::bindings::utils::{GetPropertyOnPrototype, get_proto_or_iface_array}',
|
||||
'dom::bindings::utils::{get_property_on_prototype, get_proto_or_iface_array}',
|
||||
'dom::bindings::utils::HasPropertyOnPrototype',
|
||||
'dom::bindings::utils::IsPlatformObject',
|
||||
'dom::bindings::utils::{Reflectable}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue