Index: Source/platform/WebThreadSupportingGC.h |
diff --git a/Source/platform/WebThreadSupportingGC.h b/Source/platform/WebThreadSupportingGC.h |
index 01d7212a99c678caadf09570234335c4e2219e36..25e831e18d467f83e20c38afc7da98330f1790ab 100644 |
--- a/Source/platform/WebThreadSupportingGC.h |
+++ b/Source/platform/WebThreadSupportingGC.h |
@@ -65,7 +65,6 @@ private: |
explicit WebThreadSupportingGC(const char*); |
OwnPtr<PendingGCRunner> m_pendingGCRunner; |
- OwnPtr<MessageLoopInterruptor> m_messageLoopInterruptor; |
// FIXME: This has to be last because of crbug.com/401397. |
// A WorkerThread might get deleted before it had a chance to properly |