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

Unified Diff: src/regexp/regexp-stack.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/regexp-macro-assembler-tracer.cc ('k') | src/regexp/regexp-stack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/regexp/regexp-stack.h
diff --git a/src/regexp-stack.h b/src/regexp/regexp-stack.h
similarity index 95%
rename from src/regexp-stack.h
rename to src/regexp/regexp-stack.h
index d18ce708d629b120fdecd510de0a206e62a77d42..210ec0cfe89a0c1f267d47da9cbac53fa8c77cf5 100644
--- a/src/regexp-stack.h
+++ b/src/regexp/regexp-stack.h
@@ -2,8 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef V8_REGEXP_STACK_H_
-#define V8_REGEXP_STACK_H_
+#ifndef V8_REGEXP_REGEXP_STACK_H_
+#define V8_REGEXP_REGEXP_STACK_H_
+
+#include "src/allocation.h"
+#include "src/globals.h"
+#include "src/isolate.h"
namespace v8 {
namespace internal {
@@ -122,4 +126,4 @@ class RegExpStack {
}} // namespace v8::internal
-#endif // V8_REGEXP_STACK_H_
+#endif // V8_REGEXP_REGEXP_STACK_H_
« no previous file with comments | « src/regexp/regexp-macro-assembler-tracer.cc ('k') | src/regexp/regexp-stack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698