Index: Source/bindings/scripts/v8_types.py |
diff --git a/Source/bindings/scripts/v8_types.py b/Source/bindings/scripts/v8_types.py |
index 57e83dca94d9414c29b7aa7f7fa90c82d8b718f0..0dbbc0bc162c5e7a0ec42701a4a29e85b89c3574 100644 |
--- a/Source/bindings/scripts/v8_types.py |
+++ b/Source/bindings/scripts/v8_types.py |
@@ -473,7 +473,7 @@ V8_VALUE_TO_CPP_VALUE = { |
'SerializedScriptValue': 'SerializedScriptValue::create({v8_value}, 0, 0, exceptionState, {isolate})', |
'ScriptValue': 'ScriptValue(ScriptState::current({isolate}), {v8_value})', |
'Window': 'toDOMWindow({v8_value}, {isolate})', |
- 'XPathNSResolver': 'toXPathNSResolver({v8_value}, {isolate})', |
+ 'XPathNSResolver': 'toXPathNSResolver({isolate}, {v8_value})', |
} |