| Index: src/runtime/runtime-strings.cc
|
| diff --git a/src/runtime/runtime-strings.cc b/src/runtime/runtime-strings.cc
|
| index d49d6607b0092f6d44cf1f2a9b4a5a4fc80a100d..773eefd27f8de7ee561ba26b21381cfc417705e2 100644
|
| --- a/src/runtime/runtime-strings.cc
|
| +++ b/src/runtime/runtime-strings.cc
|
| @@ -5,8 +5,8 @@
|
| #include "src/v8.h"
|
|
|
| #include "src/arguments.h"
|
| -#include "src/jsregexp-inl.h"
|
| -#include "src/jsregexp.h"
|
| +#include "src/regexp/jsregexp-inl.h"
|
| +#include "src/regexp/jsregexp.h"
|
| #include "src/runtime/runtime-utils.h"
|
| #include "src/string-builder.h"
|
| #include "src/string-search.h"
|
|
|