| Index: Source/core/events/EventPath.h
|
| diff --git a/Source/core/events/EventPath.h b/Source/core/events/EventPath.h
|
| index a1d3fe8c3a34bbd842735d221a94973f2c34a62f..2d61dd72fc21c3eb5a6c75aff2edd7c0abf9b97d 100644
|
| --- a/Source/core/events/EventPath.h
|
| +++ b/Source/core/events/EventPath.h
|
| @@ -93,7 +93,7 @@ private:
|
| Vector<EventContext, 64> m_eventContexts;
|
| Node* m_node;
|
| Event* m_event;
|
| - Vector<RefPtr<TreeScopeEventContext> > m_sharedEventContexts;
|
| + Vector<RefPtr<TreeScopeEventContext> > m_treeScopeEventContexts;
|
| };
|
|
|
| } // namespace
|
|
|