mirror of
https://github.com/servo/servo.git
synced 2025-06-15 20:04:28 +00:00
Remove unused argument to CreateInterfaceObjects2.
This commit is contained in:
parent
478c9bfc57
commit
bec0dcd023
2 changed files with 4 additions and 4 deletions
|
@ -2792,7 +2792,7 @@ class CGCreateInterfaceObjectsMethod(CGAbstractMethod):
|
|||
return "ptr::to_unsafe_ptr(&%s[0])" % val
|
||||
|
||||
call = """return CreateInterfaceObjects2(aCx, aGlobal, aReceiver, parentProto,
|
||||
%s, ptr::null(), %s, %d,
|
||||
%s, %s, %d,
|
||||
%s,
|
||||
%s,
|
||||
%s,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue