| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| index 1222be45df08067be7a5020555dc6fe8b331aca3..7193eabcf7ffd00fcf4f893aafcb9ea9db6b3dae 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
|
| @@ -649,7 +649,7 @@ static void voidMethodVoidCallbackFunctionModulesArgMethod(const v8::FunctionCal
|
|
|
| return;
|
| }
|
| - arg = VoidCallbackFunctionModules::create(info.GetIsolate(), v8::Local<v8::Function>::Cast(info[0]));
|
| + arg = VoidCallbackFunctionModules::create(ScriptState::current(info.GetIsolate()), v8::Local<v8::Function>::Cast(info[0]));
|
|
|
| impl->voidMethodVoidCallbackFunctionModulesArg(arg);
|
| }
|
|
|