Chromium Code Reviews| Index: src/unicode-decoder.h |
| diff --git a/src/unicode-decoder.h b/src/unicode-decoder.h |
| index c03084116603c5db734f1d471e25fa92e1106623..35d23a2ac7c0858773bf4dd2bed1bf3285aed430 100644 |
| --- a/src/unicode-decoder.h |
| +++ b/src/unicode-decoder.h |
| @@ -7,10 +7,11 @@ |
| #include <sys/types.h> |
| #include "src/globals.h" |
| +#include "src/utils.h" |
|
jbroman
2016/11/22 00:25:04
MemCopy is used in this file.
|
| namespace unibrow { |
| -class Utf8DecoderBase { |
| +class V8_EXPORT_PRIVATE Utf8DecoderBase { |
|
jbroman
2016/11/22 00:25:04
Allows unicode-unittest.cc to directly use this.
|
| public: |
| // Initialization done in subclass. |
| inline Utf8DecoderBase(); |