| Index: src/interpreter/source-position-table.h
|
| diff --git a/src/interpreter/source-position-table.h b/src/interpreter/source-position-table.h
|
| index 17bf724f45f33b479f83ff0f825024bdd35b1434..9a80ead570eedfc02d9af7a6b56b064f80bb2d4e 100644
|
| --- a/src/interpreter/source-position-table.h
|
| +++ b/src/interpreter/source-position-table.h
|
| @@ -8,6 +8,7 @@
|
| #include "src/assert-scope.h"
|
| #include "src/checks.h"
|
| #include "src/handles.h"
|
| +#include "src/log.h"
|
| #include "src/zone-containers.h"
|
|
|
| namespace v8 {
|
| @@ -33,7 +34,7 @@ struct PositionTableEntry {
|
| bool is_statement;
|
| };
|
|
|
| -class SourcePositionTableBuilder {
|
| +class SourcePositionTableBuilder : public PositionsRecorder {
|
| public:
|
| explicit SourcePositionTableBuilder(Isolate* isolate, Zone* zone)
|
| : isolate_(isolate),
|
|
|