Chromium Code Reviews| Index: src/runtime/runtime-liveedit.cc |
| diff --git a/src/runtime/runtime-liveedit.cc b/src/runtime/runtime-liveedit.cc |
| index e4c644e168182b66ee579cbcd7470190364ff69f..555fb6a74b6aabce0be1d2d9f454bde6958d4fe7 100644 |
| --- a/src/runtime/runtime-liveedit.cc |
| +++ b/src/runtime/runtime-liveedit.cc |
| @@ -290,5 +290,5 @@ RUNTIME_FUNCTION(Runtime_LiveEditRestartFrame) { |
| } |
| return heap->true_value(); |
| } |
| -} |
| -} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |