Index: third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
diff --git a/third_party/WebKit/Source/platform/WebThreadSupportingGC.h b/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
index c2afaf0089b9e6ae0dcd9a7bfc1e9fe6ee9bbb8c..405401eb58d6dac33394a302c6ffcbcc82573ce2 100644 |
--- a/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
+++ b/third_party/WebKit/Source/platform/WebThreadSupportingGC.h |
@@ -5,8 +5,7 @@ |
#ifndef WebThreadSupportingGC_h |
#define WebThreadSupportingGC_h |
-#include "platform/heap/MessageLoopInterruptor.h" |
-#include "platform/heap/PendingGCRunner.h" |
+#include "platform/heap/GCTaskRunner.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebTaskRunner.h" |
#include "public/platform/WebThread.h" |
@@ -69,7 +68,7 @@ public: |
private: |
WebThreadSupportingGC(const char* name, WebThread*); |
- OwnPtr<PendingGCRunner> m_pendingGCRunner; |
+ OwnPtr<GCTaskRunner> m_gcTaskRunner; |
// m_thread is guaranteed to be non-null after this instance is constructed. |
// m_owningThread is non-null unless this instance is constructed for an |