| Index: Source/core/events/Event.cpp
|
| diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp
|
| index 664c3be8bf76960adde892cc84117c01ed4cdb7a..f39236e8772b76a1e573e2c037ca2d2870c99e87 100644
|
| --- a/Source/core/events/Event.cpp
|
| +++ b/Source/core/events/Event.cpp
|
| @@ -237,9 +237,6 @@ PassRefPtrWillBeRawPtr<StaticNodeList> Event::path() const
|
| if (!m_currentTarget->toNode())
|
| return StaticNodeList::createEmpty();
|
| Node* node = m_currentTarget->toNode();
|
| - // FIXME: Support SVG Elements.
|
| - if (node->isSVGElement())
|
| - return StaticNodeList::createEmpty();
|
| size_t eventPathSize = m_eventPath->size();
|
| for (size_t i = 0; i < eventPathSize; ++i) {
|
| if (node == (*m_eventPath)[i].node()) {
|
|
|