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

Unified Diff: sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h

Issue 709203002: Remove more oilpan. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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: sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
diff --git a/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h b/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
index 0bbd160ba9d24976140a0cc6a17da98524bfaf77..23473a35fc164c660e24c2ce533069ac9f860e49 100644
--- a/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
+++ b/sky/engine/core/dom/custom/CustomElementMicrotaskDispatcher.h
@@ -18,7 +18,7 @@ class CustomElementMicrotaskStep;
class Document;
class HTMLImportLoader;
-class CustomElementMicrotaskDispatcher final : public DummyBase<CustomElementMicrotaskDispatcher> {
+class CustomElementMicrotaskDispatcher final {
WTF_MAKE_NONCOPYABLE(CustomElementMicrotaskDispatcher);
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(CustomElementMicrotaskDispatcher);
public:
« no previous file with comments | « sky/engine/core/dom/custom/CustomElementCallbackQueue.h ('k') | sky/engine/core/dom/custom/CustomElementMicrotaskRunQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698