Index: Source/bindings/tests/results/V8TestException.cpp |
diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp |
index 9d7f193fd8cd59317c08207b2910d1d7c9ab6c7f..8c8eaea2b3fa6967a0b2faf2c59425b510d0bd22 100644 |
--- a/Source/bindings/tests/results/V8TestException.cpp |
+++ b/Source/bindings/tests/results/V8TestException.cpp |
@@ -63,7 +63,7 @@ template <typename T> void V8_USE(T) { } |
static void nameAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) |
{ |
TestException* imp = V8TestException::toNative(info.Holder()); |
- v8SetReturnValueString(info, imp->name(), info.GetIsolate(), NullStringAsEmpty); |
+ v8SetReturnValueString(info, imp->name(), info.GetIsolate()); |
return; |
} |