Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 7464a57c6b62e7dde4d0330db1a4566de9dd0cbb..6aae096fc25f6c44e54ab4c3f6c3632a62a35e1a 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -301,7 +301,6 @@ class KeyedLoadIC: public IC { |
// Clear the use of the inlined version. |
static void ClearInlinedVersion(Address address); |
- private: |
// Bit mask to be tested against bit field for the cases when |
// generic stub should go into slow case. |
// Access check is necessary explicitly since generic stub does not perform |
@@ -309,6 +308,7 @@ class KeyedLoadIC: public IC { |
static const int kSlowCaseBitFieldMask = |
(1 << Map::kIsAccessCheckNeeded) | (1 << Map::kHasIndexedInterceptor); |
+ private: |
// Update the inline cache. |
void UpdateCaches(LookupResult* lookup, |
State state, |