Chromium Code Reviews| Index: src/objects-inl.h |
| diff --git a/src/objects-inl.h b/src/objects-inl.h |
| index 0873620eef88ed3dd706966f9b19ae7cfa158365..dcbdfb0106169e60c66317168a41554a943d0c06 100644 |
| --- a/src/objects-inl.h |
| +++ b/src/objects-inl.h |
| @@ -31,6 +31,8 @@ |
| #include "src/lookup-cache-inl.h" |
| #include "src/lookup.h" |
| #include "src/objects.h" |
| +#include "src/objects/break-points-info.h" |
|
marja
2017/05/22 13:37:39
You might want to split out the relevant parts of
jgruber
2017/05/22 13:48:26
Acknowledged, perhaps in a follow-up to avoid dupl
|
| +#include "src/objects/debug-info.h" |
| #include "src/objects/literal-objects.h" |
| #include "src/objects/module-info.h" |
| #include "src/objects/regexp-match-info.h" |