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

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

Issue 185463005: Revert Event back (from RefCountedWillBeRefCountedGarbageCollected) to RefCounted (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Source/core/events/MouseEvent.h » ('j') | 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 d63cea615a7019095c310d16f23a3e9cbbb86fc6..c66daeb5945bbbbc13759a1c9fa9a825f41bae67 100644
--- a/Source/core/events/Event.h
+++ b/Source/core/events/Event.h
@@ -44,7 +44,7 @@ struct EventInit {
bool cancelable;
};
-class Event : public RefCountedWillBeRefCountedGarbageCollected<Event>, public ScriptWrappable {
+class Event : public RefCounted<Event>, public ScriptWrappable {
public:
enum PhaseType {
NONE = 0,
« no previous file with comments | « no previous file | Source/core/events/MouseEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698