| Index: Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestSpecialOperations.cpp b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| index f0b6edb3698fc54799fd0f8ef5dbc1bc96cc80b9..339356a66537b88a30e647502088bd9920bddce1 100644
|
| --- a/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| +++ b/Source/bindings/tests/results/V8TestSpecialOperations.cpp
|
| @@ -53,7 +53,7 @@ static void namedItemMethod(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| TestSpecialOperations* impl = V8TestSpecialOperations::toNative(info.Holder());
|
| V8StringResource<> name;
|
| {
|
| - TOSTRING_VOID_INTERNAL_NOTRYCATCH(name, info[0]);
|
| + TOSTRING_VOID_INTERNAL(name, info[0]);
|
| }
|
| bool result0Enabled = false;
|
| RefPtrWillBeRawPtr<Node> result0;
|
|
|