| 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();
|
|
|
|
|