Chromium Code Reviews| Index: Source/core/dom/Event.h |
| diff --git a/Source/core/dom/Event.h b/Source/core/dom/Event.h |
| index 1a2942ebbbeded122ca9438fb4933392fbb83429..0ec17f818f76b7f8c5995de468f1c876e2e461d6 100644 |
| --- a/Source/core/dom/Event.h |
| +++ b/Source/core/dom/Event.h |
| @@ -157,6 +157,7 @@ public: |
| void setUnderlyingEvent(PassRefPtr<Event>); |
| EventPath& eventPath() { return m_eventPath; } |
| + PassRefPtr<NodeList> path() const; |
| virtual bool storesResultAsString() const; |
| virtual void storeResult(const String&); |