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

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

Issue 189543014: Ensure proper finalization of garbage-collected types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase and sign error in Vector 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 | « Source/core/css/Rect.cpp ('k') | Source/core/events/TouchEventContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/TouchEventContext.h
diff --git a/Source/core/events/TouchEventContext.h b/Source/core/events/TouchEventContext.h
index 59ec27b8495d85ecaa9606d89dea27c1b1289ad2..7ae8dcefe1f2ff85efcf735cf0c7763fe6ccead7 100644
--- a/Source/core/events/TouchEventContext.h
+++ b/Source/core/events/TouchEventContext.h
@@ -38,9 +38,9 @@ class Event;
class TouchList;
class TouchEventContext : public RefCountedWillBeGarbageCollected<TouchEventContext> {
+ DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TouchEventContext);
public:
static PassRefPtrWillBeRawPtr<TouchEventContext> create();
- ~TouchEventContext();
void handleLocalEvents(Event*) const;
TouchList& touches() { return *m_touches; }
TouchList& targetTouches() { return *m_targetTouches; }
« no previous file with comments | « Source/core/css/Rect.cpp ('k') | Source/core/events/TouchEventContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698