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 11213d8fbdf022aa198625180efca09ac688f969..999106155af22bc1acea0791e119c2e387165266 100644 |
--- a/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/LinkLoaderClient.h |
@@ -35,7 +35,7 @@ |
namespace blink { |
-class CORE_EXPORT LinkLoaderClient : public WillBeGarbageCollectedMixin { |
+class CORE_EXPORT LinkLoaderClient : public GarbageCollectedMixin { |
public: |
virtual ~LinkLoaderClient() { } |
DEFINE_INLINE_VIRTUAL_TRACE() { } |