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

Unified Diff: Source/core/events/Event.h

Issue 208173004: Move Event to oilpan's heap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/events/Event.h
diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
index ee540781f2b1a0da62239e60dfc02cf7310e7688..43baf839cd1254387bc6c5ddbd9eddce7b5567d3 100644
--- a/Source/core/events/Event.h
+++ b/Source/core/events/Event.h
@@ -46,7 +46,7 @@ public:
bool cancelable;
};
-class Event : public RefCounted<Event>, public ScriptWrappable {
+class Event : public RefCountedWillBeRefCountedGarbageCollected<Event>, public ScriptWrappable {
public:
enum PhaseType {
NONE = 0,
« 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