| Index: Source/bindings/tests/results/V8TestTypedefs.cpp
 | 
| diff --git a/Source/bindings/tests/results/V8TestTypedefs.cpp b/Source/bindings/tests/results/V8TestTypedefs.cpp
 | 
| index 4688a0f6bcb82df55907c923b18a65e1ec7c204d..45c2c40654be0c701a5e73fc53fe44f35bd6d6b1 100644
 | 
| --- a/Source/bindings/tests/results/V8TestTypedefs.cpp
 | 
| +++ b/Source/bindings/tests/results/V8TestTypedefs.cpp
 | 
| @@ -198,7 +198,7 @@ static void stringAttrWithGetterExceptionAttrGetter(v8::Local<v8::String> name,
 | 
|      String v = imp->stringAttrWithGetterException(es);
 | 
|      if (UNLIKELY(es.throwIfNeeded()))
 | 
|          return;
 | 
| -    v8SetReturnValueString(info, v, info.GetIsolate(), NullStringAsEmpty);
 | 
| +    v8SetReturnValueString(info, v, info.GetIsolate());
 | 
|      return;
 | 
|  }
 | 
|  
 | 
| @@ -227,7 +227,7 @@ static void stringAttrWithGetterExceptionAttrSetterCallback(v8::Local<v8::String
 | 
|  static void stringAttrWithSetterExceptionAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
 | 
|  {
 | 
|      TestTypedefs* imp = V8TestTypedefs::toNative(info.Holder());
 | 
| -    v8SetReturnValueString(info, imp->stringAttrWithSetterException(), info.GetIsolate(), NullStringAsEmpty);
 | 
| +    v8SetReturnValueString(info, imp->stringAttrWithSetterException(), info.GetIsolate());
 | 
|      return;
 | 
|  }
 | 
|  
 | 
| 
 |