Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h

Issue 2666993006: Enable ParseHTMLOnMainThread on TOT (Closed)
Patch Set: clean up virtual test suites Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698