| Index: content/public/renderer/render_frame_observer.h
|
| diff --git a/content/public/renderer/render_frame_observer.h b/content/public/renderer/render_frame_observer.h
|
| index 79957c4f96c4a0946e7c91f17d2450618e0b2252..161f6c8c3bc9ea12cb99f70c42988feb575182fe 100644
|
| --- a/content/public/renderer/render_frame_observer.h
|
| +++ b/content/public/renderer/render_frame_observer.h
|
| @@ -63,8 +63,8 @@ class CONTENT_EXPORT RenderFrameObserver : public IPC::Listener,
|
|
|
| // Called before FrameWillClose, when this frame has been detached from the
|
| // view, but has not been closed yet. This *will* be called when parent frames
|
| - // are closing. NB: IPCs to the browser will fail silently by the time this
|
| - // notification is sent.
|
| + // are closing. Since the frame is already detached from the DOM at this time
|
| + // it should not be inspected.
|
| virtual void FrameDetached() {}
|
|
|
| // Called when the frame will soon be closed. This is the last opportunity to
|
|
|