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

Unified Diff: sky/engine/core/dom/MutationObserverInterestGroup.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/MutationObserverInterestGroup.h
diff --git a/sky/engine/core/dom/MutationObserverInterestGroup.h b/sky/engine/core/dom/MutationObserverInterestGroup.h
index 1c7a37fd3493fbbb19457e7a0c45f9c97a85fbe9..4e9eb61580ea544ee7e463c0fcdb4fb4ca45dd90 100644
--- a/sky/engine/core/dom/MutationObserverInterestGroup.h
+++ b/sky/engine/core/dom/MutationObserverInterestGroup.h
@@ -41,7 +41,7 @@
namespace blink {
-class MutationObserverInterestGroup final : public DummyBase<MutationObserverInterestGroup> {
+class MutationObserverInterestGroup final {
public:
static PassOwnPtr<MutationObserverInterestGroup> createForChildListMutation(Node& target)
{
« no previous file with comments | « sky/engine/core/dom/IncrementLoadEventDelayCount.h ('k') | sky/engine/core/dom/MutationObserverRegistration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698