mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Rename CEF1 files from /trunk to /trunk/cef1 (issue #564).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@570 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
14
cef1/patch/patches/webcore_cachedresource.patch
Normal file
14
cef1/patch/patches/webcore_cachedresource.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Index: CachedResource.cpp
|
||||
===================================================================
|
||||
--- CachedResource.cpp (revision 103399)
|
||||
+++ CachedResource.cpp (working copy)
|
||||
@@ -366,6 +366,9 @@
|
||||
|
||||
void CachedResource::addClient(CachedResourceClient* client)
|
||||
{
|
||||
+ if (isPurgeable())
|
||||
+ makePurgeable(false);
|
||||
+
|
||||
addClientToSet(client);
|
||||
didAddClient(client);
|
||||
}
|
Reference in New Issue
Block a user