| Index: components/guest_view/browser/guest_view_event.h
|
| diff --git a/components/guest_view/browser/guest_view_event.h b/components/guest_view/browser/guest_view_event.h
|
| index efd1af4f29ae40c95ed1065184429a86e99aa7f9..8a4d63793c33034d14ab4c382b5412a2777cd2d1 100644
|
| --- a/components/guest_view/browser/guest_view_event.h
|
| +++ b/components/guest_view/browser/guest_view_event.h
|
| @@ -26,8 +26,7 @@ class GuestViewEvent {
|
| ~GuestViewEvent();
|
|
|
| // This method will dispatch the event to the specified |guest|'s embedder and
|
| - // use the provided |instance_id| for routing. After dispatch, this object
|
| - // will self-destruct.
|
| + // use the provided |instance_id| for routing.
|
| void Dispatch(GuestViewBase* guest, int instance_id);
|
|
|
| private:
|
|
|