| Index: Source/web/WebLocalFrameImpl.h
 | 
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
 | 
| index 3512e5093f41d0e6984b16431d99b47bd0e5f70d..0be46670851a88b5c09ef4c5b9f491fd915f804c 100644
 | 
| --- a/Source/web/WebLocalFrameImpl.h
 | 
| +++ b/Source/web/WebLocalFrameImpl.h
 | 
| @@ -374,7 +374,7 @@ private:
 | 
|  
 | 
|      OwnPtrWillBeMember<GeolocationClientProxy> m_geolocationClientProxy;
 | 
|  
 | 
| -    WebDevToolsFrontendImpl* m_webDevToolsFrontend;
 | 
| +    RawPtrWillBeMember<WebDevToolsFrontendImpl> m_webDevToolsFrontend;
 | 
|  
 | 
|  #if ENABLE(OILPAN)
 | 
|      // Oilpan: to provide the guarantee of having the frame live until
 | 
| 
 |