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 0cac2b720d9b0bc380a93a0b2c34df15a569ab9d..988a9b5e9c12895ef08ef884b1b1fc19cf27c946 100644 |
--- a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
@@ -35,9 +35,10 @@ |
namespace blink { |
-class CORE_EXPORT LinkLoaderClient { |
+class CORE_EXPORT LinkLoaderClient : public WillBeGarbageCollectedMixin { |
public: |
virtual ~LinkLoaderClient() { } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { } |
virtual bool shouldLoadLink() = 0; |