Chromium Code Reviews| Index: src/spaces.cc |
| diff --git a/src/spaces.cc b/src/spaces.cc |
| index cacd9691501c10428a7a2b97d3a810cfd683789a..403d3e2f3b4af6c3ab53cff1c239a0e44eea9425 100644 |
| --- a/src/spaces.cc |
| +++ b/src/spaces.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/28 16:28:22
nit: unnecessary change
danno
2012/11/30 16:23:24
Done.
|
| // Redistribution and use in source and binary forms, with or without |
| // modification, are permitted provided that the following conditions are |
| // met: |
| @@ -1680,6 +1680,7 @@ static void ReportCodeKindStatistics() { |
| CASE(FUNCTION); |
| CASE(OPTIMIZED_FUNCTION); |
| CASE(STUB); |
| + CASE(COMPILED_STUB); |
| CASE(BUILTIN); |
| CASE(LOAD_IC); |
| CASE(KEYED_LOAD_IC); |