| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index b3c61239392e10bb743751b72af656e8147ee80d..a97fb85d4b83f293c3000a070432e97892721f8f 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -64,6 +64,7 @@ class WebDocumentSubresourceFilter;
|
| struct ViewportDescriptionWrapper;
|
|
|
| class CORE_EXPORT DocumentLoader : public GarbageCollectedFinalized<DocumentLoader>, private RawResourceClient {
|
| + USING_GARBAGE_COLLECTED_MIXIN(DocumentLoader);
|
| public:
|
| static DocumentLoader* create(LocalFrame* frame, const ResourceRequest& request, const SubstituteData& data)
|
| {
|
|
|