Index: Source/bindings/v8/custom/V8FileCustom.cpp |
diff --git a/Source/bindings/v8/custom/V8FileCustom.cpp b/Source/bindings/v8/custom/V8FileCustom.cpp |
index 1848c64ac6e71051ade95a482f6c2131e6b6a7b4..1263e2390840604ed95fafc36d92633b61ad8989 100644 |
--- a/Source/bindings/v8/custom/V8FileCustom.cpp |
+++ b/Source/bindings/v8/custom/V8FileCustom.cpp |
@@ -65,7 +65,7 @@ void V8File::constructorCustom(const v8::FunctionCallbackInfo<v8::Value>& info) |
} |
} |
- V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, fileName, info[1]); |
+ V8STRINGRESOURCE_PREPARE_VOID(V8StringResource<>, fileName, info[1]); |
V8BlobCustomHelpers::ParsedProperties properties(true); |
if (info.Length() > 2) { |