Index: third_party/WebKit/Source/core/fetch/FontResource.h |
diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h |
index aa92d4971d607147a487ba97a7f4ab91edff19e4..fea439f41e9be53bb058259cb940146b63566516 100644 |
--- a/third_party/WebKit/Source/core/fetch/FontResource.h |
+++ b/third_party/WebKit/Source/core/fetch/FontResource.h |
@@ -51,7 +51,7 @@ public: |
void didAddClient(ResourceClient*) override; |
- void allClientsRemoved() override; |
+ void allClientsAndObserversRemoved() override; |
void beginLoadIfNeeded(ResourceFetcher* dl); |
bool stillNeedsLoad() const override { return m_state < LoadInitiated; } |