Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(695)

Unified Diff: third_party/WebKit/Source/core/loader/LinkLoaderClient.h

Issue 1616713003: Oilpan: LinkLoaderClient must be a GC mixin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/loader/LinkLoader.cpp ('k') | third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698