Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: Source/WebCore/loader/cache/CachedRawResource.cpp

Issue 12638027: Merge 144338 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/cache/CachedRawResource.cpp
===================================================================
--- Source/WebCore/loader/cache/CachedRawResource.cpp (revision 145459)
+++ Source/WebCore/loader/cache/CachedRawResource.cpp (working copy)
@@ -128,6 +128,7 @@
void CachedRawResource::responseReceived(const ResourceResponse& response)
{
+ CachedResourceHandle<CachedRawResource> protect(this);
if (!m_identifier)
m_identifier = m_loader->identifier();
CachedResource::responseReceived(response);
« no previous file with comments | « LayoutTests/http/tests/security/XFrameOptions/x-frame-options-deny-multiple-clients-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698