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

Unified Diff: Source/WebCore/loader/DocumentLoader.h

Issue 13866038: Revert 148069 and 148060 to see if they were responsible for a perf regression (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | « Source/WebCore/inspector/InspectorResourceAgent.cpp ('k') | Source/WebCore/loader/DocumentLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/loader/DocumentLoader.h
diff --git a/Source/WebCore/loader/DocumentLoader.h b/Source/WebCore/loader/DocumentLoader.h
index 929424151803ec633b8225a947033f2a23371fa1..816a2da1e0bdf6f299bed14ee6e56941666860ca 100644
--- a/Source/WebCore/loader/DocumentLoader.h
+++ b/Source/WebCore/loader/DocumentLoader.h
@@ -157,8 +157,8 @@ namespace WebCore {
bool isLoadingMultipartContent() const { return m_isLoadingMultipartContent; }
void stopLoadingSubresources();
- void addResourceLoader(ResourceLoader*);
- void removeResourceLoader(ResourceLoader*);
+ void addSubresourceLoader(ResourceLoader*);
+ void removeSubresourceLoader(ResourceLoader*);
void subresourceLoaderFinishedLoadingOnePart(ResourceLoader*);
@@ -248,8 +248,8 @@ namespace WebCore {
RefPtr<CachedResourceLoader> m_cachedResourceLoader;
CachedResourceHandle<CachedRawResource> m_mainResource;
- ResourceLoaderSet m_resourceLoaders;
- ResourceLoaderSet m_multipartResourceLoaders;
+ ResourceLoaderSet m_subresourceLoaders;
+ ResourceLoaderSet m_multipartSubresourceLoaders;
mutable DocumentWriter m_writer;
« no previous file with comments | « Source/WebCore/inspector/InspectorResourceAgent.cpp ('k') | Source/WebCore/loader/DocumentLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698