| Index: src/spaces.cc
|
| diff --git a/src/spaces.cc b/src/spaces.cc
|
| index 583b2ca5124982cda6302c4b6b62213b34c2752a..86b82d33509e8379ca063ebe40c24983ae0b940e 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.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -1679,6 +1679,7 @@ static void ReportCodeKindStatistics() {
|
| CASE(FUNCTION);
|
| CASE(OPTIMIZED_FUNCTION);
|
| CASE(STUB);
|
| + CASE(COMPILED_STUB);
|
| CASE(BUILTIN);
|
| CASE(LOAD_IC);
|
| CASE(KEYED_LOAD_IC);
|
|
|