| Index: Source/bindings/v8/V8Binding.h
|
| diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
|
| index f7349bd84d866209371698d9c3b5aa27d26c791e..872220296725edbfe3a56bdbe114ea3c0b09c547 100644
|
| --- a/Source/bindings/v8/V8Binding.h
|
| +++ b/Source/bindings/v8/V8Binding.h
|
| @@ -449,7 +449,7 @@ template<>
|
| struct NativeValueTraits<String> {
|
| static inline String nativeValue(const v8::Handle<v8::Value>& value, v8::Isolate* isolate)
|
| {
|
| - TOSTRING_BOOL(V8StringResource<>, stringValue, value, String());
|
| + TOSTRING_DEFAULT(V8StringResource<>, stringValue, value, String());
|
| return stringValue;
|
| }
|
| };
|
|
|