| Index: third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| diff --git a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| index 524972196b1922f178d039edd2074f165e42df07..a3f97e73a56fff896c244fc2858ef73ab73c1183 100644
|
| --- a/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| +++ b/third_party/WebKit/Source/bindings/scripts/v8_callback_interface.py
|
| @@ -116,8 +116,8 @@ def arguments_context(arguments, call_with_this_handle):
|
| return {
|
| 'handle': '%sHandle' % argument.name,
|
| 'cpp_value_to_v8_value': argument.idl_type.cpp_value_to_v8_value(
|
| - argument.name, isolate='m_scriptState->isolate()',
|
| - creation_context='m_scriptState->context()->Global()'),
|
| + argument.name, isolate='m_scriptState->GetIsolate()',
|
| + creation_context='m_scriptState->GetContext()->Global()'),
|
| }
|
|
|
| argument_declarations = ['ScriptValue thisValue'] if call_with_this_handle else []
|
|
|