Chromium Code Reviews| Index: src/log.cc |
| diff --git a/src/log.cc b/src/log.cc |
| index b049ffe4eb7557ec879050b975896a887a1a6d4c..cc600d139f4ece5133365c365e3b4d0fd51a7701 100644 |
| --- a/src/log.cc |
| +++ b/src/log.cc |
| @@ -1,4 +1,4 @@ |
| -// Copyright 2011 the V8 project authors. All rights reserved. |
| +// Copyright 2012 the V8 project authors. All rights reserved. |
|
Jakob Kummerow
2012/11/19 12:36:00
you know..
danno
2012/11/26 17:16:18
Done.
|
| // Redistribution and use in source and binary forms, with or without |
| // modification, are permitted provided that the following conditions are |
| // met: |
| @@ -1477,6 +1477,7 @@ void Logger::LogCodeObject(Object* object) { |
| case Code::BINARY_OP_IC: // fall through |
| case Code::COMPARE_IC: // fall through |
| case Code::TO_BOOLEAN_IC: // fall through |
| + case Code::COMPILED_STUB: // fall through |
| case Code::STUB: |
| description = |
| CodeStub::MajorName(CodeStub::GetMajorKey(code_object), true); |