| Index: runtime/lib/object.cc
|
| ===================================================================
|
| --- runtime/lib/object.cc (revision 31957)
|
| +++ runtime/lib/object.cc (working copy)
|
| @@ -128,7 +128,7 @@
|
| &bound_error);
|
| if (FLAG_trace_type_checks) {
|
| const char* result_str = is_instance_of ? "true" : "false";
|
| - OS::Print("Object.instanceOf: result %s\n", result_str);
|
| + OS::Print("Native Object.instanceOf: result %s\n", result_str);
|
| const Type& instance_type = Type::Handle(instance.GetType());
|
| OS::Print(" instance type: %s\n",
|
| String::Handle(instance_type.Name()).ToCString());
|
|
|