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

Unified Diff: src/contexts.h

Issue 2642353002: objects.h splitting: Move RegExpMatchInfo. (Closed)
Patch Set: Created 3 years, 11 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 | « BUILD.gn ('k') | src/objects.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts.h
diff --git a/src/contexts.h b/src/contexts.h
index 4881c8fdc52f7ce83760942b32a2e23b2463c9fd..63a4849f35004bcf4feb30ad10264b105b230bab 100644
--- a/src/contexts.h
+++ b/src/contexts.h
@@ -7,6 +7,7 @@
#include "src/heap/heap.h"
#include "src/objects.h"
+#include "src/objects/regexp-match-info.h"
marja 2017/01/20 12:03:07 This is slightly weird.. but.. contexts.h needs to
Michael Starzinger 2017/01/20 12:18:48 question: Is it really contexts.h that needs to kn
marja 2017/01/20 12:27:03 Ah yes, moved it to contexts-inl.h. The macro is f
namespace v8 {
namespace internal {
« no previous file with comments | « BUILD.gn ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698