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

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

Issue 1157243007: Oilpan: Remove checkGCInfo (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/platform/heap/TraceTraits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/EventTarget.h
diff --git a/Source/core/events/EventTarget.h b/Source/core/events/EventTarget.h
index 8af426ddb8137784491b45e684d2cc49232344b3..d6862866b668f61617a8a8ca29be40de82ee5858 100644
--- a/Source/core/events/EventTarget.h
+++ b/Source/core/events/EventTarget.h
@@ -147,14 +147,6 @@ public:
virtual bool keepEventInNode(Event*) { return false; };
-#if ENABLE(OILPAN)
- // Needed for TraceTrait<> specialization; see below.
- void mark(Visitor*) const;
-#if ENABLE(ASSERT)
- void checkGCInfo() const;
-#endif
-#endif
-
protected:
EventTarget();
« no previous file with comments | « no previous file | Source/platform/heap/TraceTraits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698