Index: third_party/WebKit/Source/core/fetch/Resource.h |
diff --git a/third_party/WebKit/Source/core/fetch/Resource.h b/third_party/WebKit/Source/core/fetch/Resource.h |
index 121252fe4622c4e18f37afe47b0e5b861adbfaf6..32c5938edb90f62da2235604394a853fd6b8cc86 100644 |
--- a/third_party/WebKit/Source/core/fetch/Resource.h |
+++ b/third_party/WebKit/Source/core/fetch/Resource.h |
@@ -291,7 +291,7 @@ protected: |
virtual bool isSafeToUnlock() const { return false; } |
virtual void destroyDecodedDataIfPossible() { } |
- void markClientsFinished(); |
+ virtual void markClientsAndObserversFinished(); |
// Returns the memory dump name used for tracing. See Resource::onMemoryDump. |
String getMemoryDumpName() const; |