| Index: Source/bindings/tests/results/core/V8TestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterface.cpp b/Source/bindings/tests/results/core/V8TestInterface.cpp
|
| index b6e28321c2cf05ce5956630daef8da1d675fcc7a..3161e21693399bef41e9775485ff8d1b38cd7f31 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterface.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterface.cpp
|
| @@ -1399,8 +1399,6 @@ static void partialVoidMethodPartialCallbackTypeArgMethod(const v8::FunctionCall
|
| TestInterfaceImplementation* impl = V8TestInterface::toImpl(info.Holder());
|
| ScriptValue partialCallbackTypeArg;
|
| {
|
| - v8::TryCatch block;
|
| - V8RethrowTryCatchScope rethrow(block);
|
| partialCallbackTypeArg = ScriptValue(ScriptState::current(info.GetIsolate()), info[0]);
|
| }
|
| TestPartialInterface::partialVoidMethodPartialCallbackTypeArg(*impl, partialCallbackTypeArg);
|
|
|