git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bug 21781: WebCore::Settings should have a maximum decoded image size setting
[WebKit-https.git]
/
WebCore
/
loader
/
CachedResource.h
diff --git
a/WebCore/loader/CachedResource.h
b/WebCore/loader/CachedResource.h
index
5e469dd
..
c56a889
100644
(file)
--- a/
WebCore/loader/CachedResource.h
+++ b/
WebCore/loader/CachedResource.h
@@
-168,7
+168,7
@@
protected:
void setEncodedSize(unsigned);
void setDecodedSize(unsigned);
void didAccessDecodedData(double timeStamp);
-
+
HashCountedSet<CachedResourceClient*> m_clients;
String m_url;