Chromium Code Reviews

Unified Diff: Source/WebCore/loader/ResourceLoader.cpp

Issue 11571073: Merge 138174 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | Source/WebCore/loader/cache/CachedRawResource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/ResourceLoader.cpp
===================================================================
--- Source/WebCore/loader/ResourceLoader.cpp (revision 138210)
+++ Source/WebCore/loader/ResourceLoader.cpp (working copy)
@@ -194,7 +194,7 @@
m_options.shouldBufferData = shouldBufferData;
// Reset any already buffered data
- if (!shouldBufferData)
+ if (shouldBufferData == DoNotBufferData)
m_resourceData = 0;
}
« no previous file with comments | « no previous file | Source/WebCore/loader/cache/CachedRawResource.cpp » ('j') | no next file with comments »

Powered by Google App Engine