| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index cad6a077e425b3014a0cbccde9f6cef88611e821..cfdd8eb6f26a644cafa4dd0f84634f01daaa1856 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -1088,6 +1088,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
|
|
| std::unique_ptr<AssociatedInterfaceProviderImpl>
|
| remote_associated_interfaces_;
|
| +
|
| // NOTE: This must be the last member.
|
| base::WeakPtrFactory<RenderFrameHostImpl> weak_ptr_factory_;
|
|
|
|
|