Chromium Code Reviews| Index: src/collector.h |
| diff --git a/src/collector.h b/src/collector.h |
| index 8454aae19d2ba89176ac77238180ff06644e3745..abb2fbb25b9d7d0c21974be31af35ee54ec2670e 100644 |
| --- a/src/collector.h |
| +++ b/src/collector.h |
| @@ -6,7 +6,7 @@ |
| #define V8_COLLECTOR_H_ |
| #include "src/checks.h" |
| -#include "src/list.h" |
| +#include "src/list-inl.h" |
|
vogelheim
2016/08/25 08:52:46
This is used for calling chunks_.Rewind(0) in memb
|
| #include "src/vector.h" |
| namespace v8 { |