summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/fetch/FontResource.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/fetch/FontResource.h')
-rw-r--r--third_party/WebKit/Source/core/fetch/FontResource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/core/fetch/FontResource.h b/third_party/WebKit/Source/core/fetch/FontResource.h
index 9702c5e..e2d542f 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 loadScheduled() const { return getStatus() == LoadStartScheduled; }