| Index: third_party/WebKit/Source/core/loader/LinkLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
|
| index 2cbb4f3455aeb6ffa864ac624c2bcaaca6b79c21..9282e6ac221f179a5b9570fdb530df6c2b5d3d98 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
|
| @@ -33,6 +33,9 @@
|
|
|
| #include "core/CoreExport.h"
|
|
|
| +#include "platform/heap/GarbageCollected.h"
|
| +#include "platform/heap/InlinedGlobalMarkingVisitor.h"
|
| +
|
| namespace blink {
|
|
|
| class CORE_EXPORT LinkLoaderClient : public GarbageCollectedMixin {
|
|
|