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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/html/parser/HTMLScriptRunnerHost.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
index db4b656ec40c42e4a880df45273deff1cf56b6cb..e298c09e6ae60a581a53ad8b58ece5938a2b3053 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunnerHost.h
@@ -34,7 +34,7 @@ class HTMLInputStream;
class Resource;
class Visitor;
-class HTMLScriptRunnerHost : public WillBeGarbageCollectedMixin {
+class HTMLScriptRunnerHost : public GarbageCollectedMixin {
public:
virtual ~HTMLScriptRunnerHost() { }
DEFINE_INLINE_VIRTUAL_TRACE() { }

Powered by Google App Engine
This is Rietveld 408576698