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

Unified Diff: src/regexp/regexp-stack.cc

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/regexp-stack.h ('k') | src/regexp/x64/regexp-macro-assembler-x64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/regexp-stack.cc
diff --git a/src/regexp-stack.cc b/src/regexp/regexp-stack.cc
similarity index 98%
rename from src/regexp-stack.cc
rename to src/regexp/regexp-stack.cc
index 0ef4942048b8fd1a91352af9664fdb955c311d9f..35a58e1e5331d3d02f2f73d957a223b69e7a3223 100644
--- a/src/regexp-stack.cc
+++ b/src/regexp/regexp-stack.cc
@@ -4,7 +4,7 @@
#include "src/v8.h"
-#include "src/regexp-stack.h"
+#include "src/regexp/regexp-stack.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/regexp/regexp-stack.h ('k') | src/regexp/x64/regexp-macro-assembler-x64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698