| Index: Source/bindings/scripts/v8_utilities.py
|
| diff --git a/Source/bindings/scripts/v8_utilities.py b/Source/bindings/scripts/v8_utilities.py
|
| index 112ff114a7e4b594af108d9d33c7549785e64c8b..887646f1999a7a74b0c20ae55c4c2177b0124721 100644
|
| --- a/Source/bindings/scripts/v8_utilities.py
|
| +++ b/Source/bindings/scripts/v8_utilities.py
|
| @@ -179,7 +179,6 @@ CALL_WITH_ARGUMENTS = {
|
| 'ScriptArguments': 'scriptArguments.release()',
|
| 'ActiveWindow': 'callingDOMWindow(info.GetIsolate())',
|
| 'FirstWindow': 'enteredDOMWindow(info.GetIsolate())',
|
| - 'Document': 'document',
|
| }
|
| # List because key order matters, as we want arguments in deterministic order
|
| CALL_WITH_VALUES = [
|
| @@ -188,7 +187,6 @@ CALL_WITH_VALUES = [
|
| 'ScriptArguments',
|
| 'ActiveWindow',
|
| 'FirstWindow',
|
| - 'Document',
|
| ]
|
|
|
|
|
|
|