mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
Privatize InheritTypes
This commit is contained in:
@@ -5452,7 +5452,7 @@ class GlobalGenRoots():
|
||||
protoDescriptor = config.getDescriptor(protoName)
|
||||
delegate = string.Template('''impl ${selfName} for ${baseName} {
|
||||
fn ${fname}(&self) -> bool {
|
||||
self.${parentName}.${fname}()
|
||||
self.${parentName}().${fname}()
|
||||
}
|
||||
}
|
||||
''').substitute({'fname': 'is_' + name.lower(),
|
||||
|
||||
Reference in New Issue
Block a user