Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1254)

Unified Diff: src/regexp/jsregexp.h

Issue 1285163003: Move regexp implementation into its own folder. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comment Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/regexp/interpreter-irregexp.cc ('k') | src/regexp/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/jsregexp.h
diff --git a/src/jsregexp.h b/src/regexp/jsregexp.h
similarity index 99%
rename from src/jsregexp.h
rename to src/regexp/jsregexp.h
index ff7759bfec631bde43a0f59b2f61622bfdd79c62..39e702149d2294882adb4cf4c6a6e3d97c00dcc7 100644
--- a/src/jsregexp.h
+++ b/src/regexp/jsregexp.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_JSREGEXP_H_
-#define V8_JSREGEXP_H_
+#ifndef V8_REGEXP_JSREGEXP_H_
+#define V8_REGEXP_JSREGEXP_H_
#include "src/allocation.h"
#include "src/assembler.h"
@@ -1661,4 +1661,4 @@ class RegExpEngine: public AllStatic {
} } // namespace v8::internal
-#endif // V8_JSREGEXP_H_
+#endif // V8_REGEXP_JSREGEXP_H_
« no previous file with comments | « src/regexp/interpreter-irregexp.cc ('k') | src/regexp/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698