| Index: src/runtime/runtime-strings.cc
|
| diff --git a/src/runtime/runtime-strings.cc b/src/runtime/runtime-strings.cc
|
| index 8bfde943dd0e29e52850bba840a16acc251eabfa..5704807b82b60a62e0887efce7423d7e4e124ec6 100644
|
| --- a/src/runtime/runtime-strings.cc
|
| +++ b/src/runtime/runtime-strings.cc
|
| @@ -1349,5 +1349,5 @@ RUNTIME_FUNCTION(Runtime_StringGetLength) {
|
| CONVERT_ARG_HANDLE_CHECKED(String, s, 0);
|
| return Smi::FromInt(s->length());
|
| }
|
| -}
|
| -} // namespace v8::internal
|
| +} // namespace internal
|
| +} // namespace v8
|
|
|