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

Unified Diff: Source/core/dom/custom/CustomElementMicrotaskRunQueue.h

Issue 398053006: Oilpan: fix build after r178304 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
diff --git a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
index ac05a4393d9eea503a46b1e4b4718a4fda3f9a1d..37ce9a4f1ab26ba92b351fa6e1d59c32fa5398de 100644
--- a/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
+++ b/Source/core/dom/custom/CustomElementMicrotaskRunQueue.h
@@ -16,7 +16,7 @@ class CustomElementAsyncImportMicrotaskQueue;
class CustomElementMicrotaskStep;
class HTMLImportLoader;
-class CustomElementMicrotaskRunQueue : public RefCountedWillBeGarbageCollected<CustomElementMicrotaskRunQueue> {
+class CustomElementMicrotaskRunQueue : public RefCountedWillBeGarbageCollectedFinalized<CustomElementMicrotaskRunQueue> {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskRunQueue)
public:
static PassRefPtrWillBeRawPtr<CustomElementMicrotaskRunQueue> create() { return adoptRefWillBeNoop(new CustomElementMicrotaskRunQueue()); }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698