Chromium Code Reviews| Index: src/string-search.h |
| diff --git a/src/string-search.h b/src/string-search.h |
| index c0cc2cad4b34b4fbb13a0e9993abd6169134e001..7db09934f5449ca8f3e0e3d7e6b25819f2e103d2 100644 |
| --- a/src/string-search.h |
| +++ b/src/string-search.h |
| @@ -563,6 +563,7 @@ int SearchString(Isolate* isolate, |
| return search.Search(subject, start_index); |
| } |
| -}} // namespace v8::internal |
| +} // namespace internal |
| +} // namespace v8 |
| #endif // V8_STRING_SEARCH_H_ |