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

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

Issue 2020153002: Move ScriptResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-font-resource-client
Patch Set: Created 4 years, 7 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/HTMLScriptRunner.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.h b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.h
index 0facd9dc98f7df9dd6d3b147dc24b6cb64c7df78..eeb29590f4124c43680a03e611c84c83002258a6 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLScriptRunner.h
@@ -43,6 +43,7 @@ class HTMLScriptRunnerHost;
class HTMLScriptRunner final : public GarbageCollectedFinalized<HTMLScriptRunner>, private ScriptResourceClient {
WTF_MAKE_NONCOPYABLE(HTMLScriptRunner);
+ USING_GARBAGE_COLLECTED_MIXIN(HTMLScriptRunner);
USING_PRE_FINALIZER(HTMLScriptRunner, detach);
public:
static HTMLScriptRunner* create(Document* document, HTMLScriptRunnerHost* host)

Powered by Google App Engine
This is Rietveld 408576698