Index: Source/bindings/scripts/v8_types.py |
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py |
index c210a36908bcddc1390056b7a45bf13b218487c7..006b60bf17ade4d2747da92d5fdd6b90ce118085 100644 |
--- a/Source/bindings/scripts/v8_types.py |
+++ b/Source/bindings/scripts/v8_types.py |
@@ -477,7 +477,7 @@ V8_VALUE_TO_CPP_VALUE = { |
'Promise': 'ScriptPromise::cast(ScriptState::current({isolate}), {v8_value})', |
'SerializedScriptValue': 'SerializedScriptValue::create({v8_value}, 0, 0, exceptionState, {isolate})', |
'ScriptValue': 'ScriptValue(ScriptState::current({isolate}), {v8_value})', |
- 'Window': 'toDOMWindow({v8_value}, {isolate})', |
+ 'Window': 'toDOMWindow({isolate}, {v8_value})', |
'XPathNSResolver': 'toXPathNSResolver({isolate}, {v8_value})', |
} |