Index: src/ic/ic-state.cc |
diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc |
index 0c71949d8acdc5fc608e21e3000e3ca2aff7ebd3..2fbab4b4b10d65dc119897168963ffe29a00b086 100644 |
--- a/src/ic/ic-state.cc |
+++ b/src/ic/ic-state.cc |
@@ -511,5 +511,5 @@ CompareICState::State CompareICState::TargetState( |
UNREACHABLE(); |
return GENERIC; // Make the compiler happy. |
} |
-} |
-} // namespace v8::internal |
+} // namespace internal |
+} // namespace v8 |