Chromium Code Reviews| 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 { |