| Index: third_party/WebKit/Source/core/loader/LinkLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkLoader.h b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| index 8a847e933b8428c982cb6cabe6bf9f76284d6384..2e3ead240690bd937278991f7b53183808ddc8cd 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoader.h
|
| @@ -50,7 +50,8 @@ class NetworkHintsInterface;
|
| class PrerenderHandle;
|
| struct ViewportDescriptionWrapper;
|
|
|
| -// The LinkLoader can load link rel types icon, dns-prefetch, subresource, prefetch and prerender.
|
| +// The LinkLoader can load link rel types icon, dns-prefetch, subresource,
|
| +// prefetch and prerender.
|
| class CORE_EXPORT LinkLoader final
|
| : public GarbageCollectedFinalized<LinkLoader>,
|
| public ResourceOwner<Resource, ResourceClient>,
|
|
|