| Index: third_party/WebKit/Source/platform/inspector_protocol/String16STL.h
|
| diff --git a/third_party/WebKit/Source/platform/inspector_protocol/String16STL.h b/third_party/WebKit/Source/platform/inspector_protocol/String16STL.h
|
| index e76e9775fb9ebc60e76deddfaeda0fa4a9273458..a3e6d215a964b23e129b2efb8ebad4ede290b1d4 100644
|
| --- a/third_party/WebKit/Source/platform/inspector_protocol/String16STL.h
|
| +++ b/third_party/WebKit/Source/platform/inspector_protocol/String16STL.h
|
| @@ -136,7 +136,7 @@ private:
|
| // presubmit: allow wstring
|
| wstring m_impl;
|
| mutable bool has_hash = false;
|
| - mutable std::size_t hash_code;
|
| + mutable std::size_t hash_code = 0;
|
| };
|
|
|
| static inline bool isSpaceOrNewline(UChar c)
|
|
|