Index: Source/bindings/tests/results/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp |
index cca5261d6660a57a4b02eb649d1c00a36d9544d1..171a6d650a574cc4b1f8c6452ac6c1a0746aab6f 100644 |
--- a/Source/bindings/tests/results/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/V8TestObject.cpp |
@@ -6652,8 +6652,6 @@ static void voidMethodTestEnumArgMethod(const v8::FunctionCallbackInfo<v8::Value |
TestObject* impl = V8TestObject::toNative(info.Holder()); |
V8StringResource<> testEnumTypeArg; |
{ |
- v8::TryCatch block; |
- V8RethrowTryCatchScope rethrow(block); |
TOSTRING_VOID_INTERNAL(testEnumTypeArg, info[0]); |
String string = testEnumTypeArg; |
if (!(string == "" || string == "EnumValue1" || string == "EnumValue2" || string == "EnumValue3")) { |