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

Unified Diff: src/regexp/regexp-macro-assembler-tracer.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-macro-assembler-tracer.h ('k') | src/regexp/regexp-stack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/regexp-macro-assembler-tracer.cc
diff --git a/src/regexp-macro-assembler-tracer.cc b/src/regexp/regexp-macro-assembler-tracer.cc
similarity index 99%
rename from src/regexp-macro-assembler-tracer.cc
rename to src/regexp/regexp-macro-assembler-tracer.cc
index 19fae2f9acb6fcecf4a3f6a22b8050dd345ebd90..f07741233422f98176c8e14866e138277b0d3f5b 100644
--- a/src/regexp-macro-assembler-tracer.cc
+++ b/src/regexp/regexp-macro-assembler-tracer.cc
@@ -5,8 +5,7 @@
#include "src/v8.h"
#include "src/ast.h"
-#include "src/regexp-macro-assembler.h"
-#include "src/regexp-macro-assembler-tracer.h"
+#include "src/regexp/regexp-macro-assembler-tracer.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/regexp/regexp-macro-assembler-tracer.h ('k') | src/regexp/regexp-stack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698