summaryrefslogtreecommitdiff
path: root/deps/v8/src/unicode-decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/unicode-decoder.h')
-rw-r--r--deps/v8/src/unicode-decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/unicode-decoder.h b/deps/v8/src/unicode-decoder.h
index ab69d0d390..c87e192ad0 100644
--- a/deps/v8/src/unicode-decoder.h
+++ b/deps/v8/src/unicode-decoder.h
@@ -81,7 +81,7 @@ class V8_EXPORT_PRIVATE Utf8DecoderBase {
template <size_t kBufferSize>
class Utf8Decoder : public Utf8DecoderBase {
public:
- inline Utf8Decoder() {}
+ inline Utf8Decoder() = default;
explicit inline Utf8Decoder(const v8::internal::Vector<const char>& stream);
inline void Reset(const v8::internal::Vector<const char>& stream);
inline size_t WriteUtf16(