mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update the WebIDL parser
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user