Index: third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
diff --git a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
index 938dbb4beafe49ce3c5bf66b4f866c5fa3307776..0b9e0e9136254f96c8a164ec410d6908a6dd4298 100644 |
--- a/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
+++ b/third_party/WebKit/Source/platform/testing/TestingPlatformSupport.h |
@@ -108,9 +108,6 @@ class TestingPlatformMockScheduler : public WebScheduler { |
void resumeTimerQueue() override {} |
void addPendingNavigation(WebScheduler::NavigatingFrameType) override {} |
void removePendingNavigation(WebScheduler::NavigatingFrameType) override {} |
- |
- private: |
- WTF::Deque<std::unique_ptr<WebTaskRunner::Task>> m_tasks; |
}; |
class TestingPlatformSupport : public Platform { |