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

Unified Diff: Source/core/loader/cache/CachedResourceRequestInitiators.cpp

Issue 14672042: Prepare to add more initiator info to CachedResource(Request) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 years, 7 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/core/loader/cache/CachedResourceRequestInitiators.h ('k') | Source/core/svg/SVGFEImageElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/cache/CachedResourceRequestInitiators.cpp
diff --git a/Source/core/loader/cache/CachedResourceRequestInitiators.cpp b/Source/core/loader/cache/CachedResourceRequestInitiators.cpp
index 1faa8f8cf95cff27a4af803ac583ce30dc93c35c..aa0fa536caaf6ab20b69dccca4a32a1843b34218 100644
--- a/Source/core/loader/cache/CachedResourceRequestInitiators.cpp
+++ b/Source/core/loader/cache/CachedResourceRequestInitiators.cpp
@@ -30,7 +30,12 @@ namespace WebCore {
CachedResourceRequestInitiators::CachedResourceRequestInitiators()
: css("css", AtomicString::ConstructFromLiteral)
+ , document("document", AtomicString::ConstructFromLiteral)
, icon("icon", AtomicString::ConstructFromLiteral)
+ , link("link", AtomicString::ConstructFromLiteral)
+ , processinginstruction("processinginstruction", AtomicString::ConstructFromLiteral)
+ , texttrack("texttrack", AtomicString::ConstructFromLiteral)
+ , xml("xml", AtomicString::ConstructFromLiteral)
, xmlhttprequest("xmlhttprequest", AtomicString::ConstructFromLiteral)
{
}
« no previous file with comments | « Source/core/loader/cache/CachedResourceRequestInitiators.h ('k') | Source/core/svg/SVGFEImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698