| Index: Source/core/events/Event.h
 | 
| diff --git a/Source/core/events/Event.h b/Source/core/events/Event.h
 | 
| index 2b6fb6716c044dbdd2b1c338ac6e2dd0d6df447c..1e97691124945f537ca315f4a97af4b8ac79e76a 100644
 | 
| --- a/Source/core/events/Event.h
 | 
| +++ b/Source/core/events/Event.h
 | 
| @@ -178,7 +178,7 @@ public:
 | 
|      EventPath& eventPath() { ASSERT(m_eventPath); return *m_eventPath; }
 | 
|      EventPath& ensureEventPath();
 | 
|  
 | 
| -    PassRefPtr<NodeList> path() const;
 | 
| +    PassRefPtrWillBeRawPtr<NodeList> path() const;
 | 
|  
 | 
|      bool isBeingDispatched() const { return eventPhase(); }
 | 
|  
 | 
| 
 |