mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
Rename Reflectable::global_scope to global
This commit is contained in:
@@ -3170,7 +3170,7 @@ class CGCallGenerator(CGThing):
|
||||
if static:
|
||||
glob = "&global"
|
||||
else:
|
||||
glob = "&this.global_scope()"
|
||||
glob = "&this.global()"
|
||||
|
||||
self.cgRoot.append(CGGeneric(
|
||||
"let result = match result {\n"
|
||||
|
||||
Reference in New Issue
Block a user