| Index: src/source-position-table.h
|
| diff --git a/src/source-position-table.h b/src/source-position-table.h
|
| index 9e1fcf22adf0573dcff41c608b4ea7de28e535fd..ebfd6a8edc4a002a763e506b7ebc4b8eb7670dcc 100644
|
| --- a/src/source-position-table.h
|
| +++ b/src/source-position-table.h
|
| @@ -31,7 +31,7 @@ struct PositionTableEntry {
|
| bool is_statement;
|
| };
|
|
|
| -class SourcePositionTableBuilder {
|
| +class V8_EXPORT_PRIVATE SourcePositionTableBuilder {
|
| public:
|
| enum RecordingMode { OMIT_SOURCE_POSITIONS, RECORD_SOURCE_POSITIONS };
|
|
|
|
|