| Index: Source/bindings/core/v8/V8Binding.h
 | 
| diff --git a/Source/bindings/core/v8/V8Binding.h b/Source/bindings/core/v8/V8Binding.h
 | 
| index 76a1fbe72486528b560ad65c2d195b809f816865..0a16caaa3deebd64d6a234c7d36f23f6e5f8eadb 100644
 | 
| --- a/Source/bindings/core/v8/V8Binding.h
 | 
| +++ b/Source/bindings/core/v8/V8Binding.h
 | 
| @@ -542,7 +542,7 @@ double toDouble(v8::Handle<v8::Value>, ExceptionState&);
 | 
|  String toByteString(v8::Handle<v8::Value>, ExceptionState&);
 | 
|  
 | 
|  // Converts a value to a String, replacing unmatched UTF-16 surrogates with replacement characters.
 | 
| -String toScalarValueString(v8::Handle<v8::Value>, ExceptionState&);
 | 
| +String toUSVString(v8::Handle<v8::Value>, ExceptionState&);
 | 
|  
 | 
|  inline v8::Handle<v8::Boolean> v8Boolean(bool value, v8::Isolate* isolate)
 | 
|  {
 | 
| 
 |