Chromium Code Reviews| Index: Source/core/dom/GenericEventQueue.cpp |
| diff --git a/Source/core/dom/GenericEventQueue.cpp b/Source/core/dom/GenericEventQueue.cpp |
| index 172074f0071ee69f41a5d15c4e776ef306a0b0ea..ba6932a245d663b47183cd54adc8f94ea51f276e 100644 |
| --- a/Source/core/dom/GenericEventQueue.cpp |
| +++ b/Source/core/dom/GenericEventQueue.cpp |
| @@ -52,7 +52,6 @@ bool GenericEventQueue::enqueueEvent(PassRefPtr<Event> event) |
| if (m_isClosed) |
| return false; |
| - ASSERT(event->target()); |
| if (event->target() == m_owner) |
| event->setTarget(0); |