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

Unified Diff: Source/core/dom/MutationCallback.h

Issue 85263006: Make IDL Callbacks non-refcounted by default (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 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
« no previous file with comments | « Source/core/dom/DataTransferItem.cpp ('k') | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MutationCallback.h
diff --git a/Source/core/dom/MutationCallback.h b/Source/core/dom/MutationCallback.h
index 5e15169fed7751563e71899a2e230668aee8be24..88f230bb35d3d106cdd198232253edcdf169f05b 100644
--- a/Source/core/dom/MutationCallback.h
+++ b/Source/core/dom/MutationCallback.h
@@ -31,7 +31,6 @@
#ifndef MutationCallback_h
#define MutationCallback_h
-#include "wtf/RefCounted.h"
#include "wtf/RefPtr.h"
#include "wtf/Vector.h"
@@ -40,7 +39,7 @@ namespace WebCore {
class MutationRecord;
class MutationObserver;
-class MutationCallback : public RefCounted<MutationCallback> {
+class MutationCallback {
public:
virtual ~MutationCallback() { }
« no previous file with comments | « Source/core/dom/DataTransferItem.cpp ('k') | Source/core/dom/MutationObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698