| Index: Source/bindings/scripts/v8_utilities.py
|
| diff --git a/Source/bindings/scripts/v8_utilities.py b/Source/bindings/scripts/v8_utilities.py
|
| index e871046ea9763954eeef8badf44e9a08b37a6555..9f1eb6d1bf6c0737d3e16016e8fe9db84c7cf5e0 100644
|
| --- a/Source/bindings/scripts/v8_utilities.py
|
| +++ b/Source/bindings/scripts/v8_utilities.py
|
| @@ -148,7 +148,7 @@ def activity_logging_world_list(member, access_type=''):
|
|
|
| # [CallWith]
|
| CALL_WITH_ARGUMENTS = {
|
| - 'ScriptState': 'state',
|
| + 'ScriptState': 'scriptState',
|
| 'ExecutionContext': 'scriptContext',
|
| 'ScriptArguments': 'scriptArguments.release()',
|
| 'ActiveWindow': 'callingDOMWindow(info.GetIsolate())',
|
|
|