mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-02 04:16:42 +01:00
15 lines
378 B
Diff
15 lines
378 B
Diff
|
Index: CachedResource.cpp
|
||
|
===================================================================
|
||
|
--- CachedResource.cpp (revision 100508)
|
||
|
+++ CachedResource.cpp (working copy)
|
||
|
@@ -365,6 +365,9 @@
|
||
|
|
||
|
void CachedResource::addClient(CachedResourceClient* client)
|
||
|
{
|
||
|
+ if (isPurgeable())
|
||
|
+ makePurgeable(false);
|
||
|
+
|
||
|
addClientToSet(client);
|
||
|
didAddClient(client);
|
||
|
}
|