| Index: Source/core/loader/cache/CachedResourceRequestInitiators.h
|
| diff --git a/Source/core/loader/cache/CachedResourceRequestInitiators.h b/Source/core/loader/cache/CachedResourceRequestInitiators.h
|
| index 7a5c078eeb1b66a0dad6ac4717d4294b9295cfc1..0856ea93db5b309911b02a9230a456c39878c53f 100644
|
| --- a/Source/core/loader/cache/CachedResourceRequestInitiators.h
|
| +++ b/Source/core/loader/cache/CachedResourceRequestInitiators.h
|
| @@ -33,7 +33,12 @@ namespace WebCore {
|
|
|
| struct CachedResourceRequestInitiators {
|
| const AtomicString css;
|
| + const AtomicString document;
|
| const AtomicString icon;
|
| + const AtomicString link;
|
| + const AtomicString processinginstruction;
|
| + const AtomicString texttrack;
|
| + const AtomicString xml;
|
| const AtomicString xmlhttprequest;
|
| WTF_MAKE_NONCOPYABLE(CachedResourceRequestInitiators); WTF_MAKE_FAST_ALLOCATED;
|
| private:
|
|
|