Chromium Code Reviews| Index: runtime/lib/object.cc |
| =================================================================== |
| --- runtime/lib/object.cc (revision 27481) |
| +++ runtime/lib/object.cc (working copy) |
| @@ -187,7 +187,7 @@ |
| Exceptions::CreateAndThrowTypeError( |
| location, instance_type_name, type_name, |
| - dst_name, String::Handle()); |
| + dst_name, Object::null_string()); |
| } else { |
| ASSERT(FLAG_enable_type_checks); |
| malformed_error_message = String::New(malformed_error.ToErrorCString()); |