Chromium Code Reviews| Index: Source/core/events/Event.cpp |
| diff --git a/Source/core/events/Event.cpp b/Source/core/events/Event.cpp |
| index ee384a5d6b64a15c34f83546f085d3c38f0bd4b0..1111b1570713cfa484a2178ec37244750c237fad 100644 |
| --- a/Source/core/events/Event.cpp |
| +++ b/Source/core/events/Event.cpp |
| @@ -212,4 +212,8 @@ PassRefPtr<NodeList> Event::path() const |
| return StaticNodeList::createEmpty(); |
| } |
| +void Event::trace(Visitor*) |
| +{ |
| +} |
| + |
| } // namespace WebCore |