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

Unified Diff: Source/core/html/parser/HTMLParserThread.h

Issue 469683002: Implement WebThreadSupportingGC, which wraps a WebThread attached to Oilpan's GC (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLParserThread.cpp » ('j') | Source/core/workers/WorkerThread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLParserThread.h
diff --git a/Source/core/html/parser/HTMLParserThread.h b/Source/core/html/parser/HTMLParserThread.h
index 8504d565736ea9e9e28f38cd7357461bb6d5774c..113f40921b9a7b709838696ab37b603e4932d21b 100644
--- a/Source/core/html/parser/HTMLParserThread.h
+++ b/Source/core/html/parser/HTMLParserThread.h
@@ -31,9 +31,9 @@
#ifndef HTMLParserThread_h
#define HTMLParserThread_h
+#include "platform/WebThreadRunner.h"
#include "platform/heap/glue/MessageLoopInterruptor.h"
Mads Ager (chromium) 2014/08/13 07:26:20 You can probably remove these two platform/heap in
haraken 2014/08/13 08:03:08 Done.
#include "platform/heap/glue/PendingGCRunner.h"
-#include "public/platform/WebThread.h"
#include "wtf/Functional.h"
#include "wtf/OwnPtr.h"
@@ -59,9 +59,7 @@ private:
void setupHTMLParserThread();
void cleanupHTMLParserThread(TaskSynchronizer*);
- OwnPtr<blink::WebThread> m_thread;
- OwnPtr<PendingGCRunner> m_pendingGCRunner;
- OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor;
+ OwnPtr<WebThreadRunner> m_thread;
};
} // namespace blink
« no previous file with comments | « no previous file | Source/core/html/parser/HTMLParserThread.cpp » ('j') | Source/core/workers/WorkerThread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698