Index: third_party/WebKit/Source/bindings/scripts/v8_utilities.py |
diff --git a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py |
index e934c986ad2ad5f3dc454be4b2e97b8469a1cd61..a48586d949a4556c7422676e7edf2c697e74a3f6 100644 |
--- a/third_party/WebKit/Source/bindings/scripts/v8_utilities.py |
+++ b/third_party/WebKit/Source/bindings/scripts/v8_utilities.py |
@@ -200,7 +200,7 @@ CALL_WITH_ARGUMENTS = { |
'CurrentWindow': 'currentDOMWindow(info.GetIsolate())', |
'EnteredWindow': 'enteredDOMWindow(info.GetIsolate())', |
'Document': 'document', |
- 'ThisValue': 'ScriptValue(scriptState, info.This())', |
+ 'ThisValue': 'ScriptValue(scriptState, info.Holder())', |
} |
# List because key order matters, as we want arguments in deterministic order |
CALL_WITH_VALUES = [ |