Index: Source/core/workers/WorkerThread.h |
diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h |
index 7b8e9aaba985ab5550a8748f743e4254e08d2ec8..80a2bf549d83d441c9a8c73508a7b5a837fc746b 100644 |
--- a/Source/core/workers/WorkerThread.h |
+++ b/Source/core/workers/WorkerThread.h |
@@ -116,6 +116,7 @@ namespace blink { |
OwnPtr<WorkerSharedTimer> m_sharedTimer; |
MessageQueue<WorkerThreadTask> m_debuggerMessageQueue; |
OwnPtr<PendingGCRunner> m_pendingGCRunner; |
+ OwnPtr<WebThread::TaskObserver> m_microtaskRunner; |
OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor; |
WorkerLoaderProxy& m_workerLoaderProxy; |