| Index: third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h b/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
|
| index 4350adb4f25ba1e3f1d4ad54812fd28217216b64..887cd85d6dce25f1052d2cc650b24759506f6642 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
|
| @@ -41,7 +41,6 @@ class TokenizedChunkQueue : public ThreadSafeRefCounted<TokenizedChunkQueue> {
|
| private:
|
| TokenizedChunkQueue();
|
|
|
| - std::unique_ptr<Mutex> m_mutex;
|
| Vector<std::unique_ptr<HTMLDocumentParser::TokenizedChunk>> m_pendingChunks;
|
| size_t m_peakPendingChunkCount = 0;
|
| size_t m_peakPendingTokenCount = 0;
|
|
|