mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Update the WebIDL parser
This commit is contained in:
parent
866a523914
commit
938f1362e7
12 changed files with 104 additions and 244 deletions
|
@ -4800,7 +4800,7 @@ class CGProxySpecialOperation(CGPerSignatureCall):
|
|||
False, descriptor, operation,
|
||||
len(arguments))
|
||||
|
||||
if operation.isSetter() or operation.isCreator():
|
||||
if operation.isSetter():
|
||||
# arguments[0] is the index or name of the item that we're setting.
|
||||
argument = arguments[1]
|
||||
info = getJSToNativeConversionInfo(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue