Index: src/spaces.cc |
diff --git a/src/spaces.cc b/src/spaces.cc |
index 3d3e04804077c27ae90e3491692e06f07f9f3d03..cda498d0e516fc9f353ee0fd9565bf8b21b361b9 100644 |
--- a/src/spaces.cc |
+++ b/src/spaces.cc |
@@ -1,4 +1,4 @@ |
-// Copyright 2006-2010 the V8 project authors. All rights reserved. |
+// Copyright 2011 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: |
@@ -1564,10 +1564,8 @@ static void ReportCodeKindStatistics() { |
CASE(BUILTIN); |
CASE(LOAD_IC); |
CASE(KEYED_LOAD_IC); |
- CASE(KEYED_EXTERNAL_ARRAY_LOAD_IC); |
CASE(STORE_IC); |
CASE(KEYED_STORE_IC); |
- CASE(KEYED_EXTERNAL_ARRAY_STORE_IC); |
CASE(CALL_IC); |
CASE(KEYED_CALL_IC); |
CASE(TYPE_RECORDING_UNARY_OP_IC); |