Index: components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h |
diff --git a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h |
index 12ad0bc532815948f63081eeddf088af42cff84c..5a89ed9145bb4ade5b102694e15d26a58faa6831 100644 |
--- a/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h |
+++ b/components/dom_distiller/content/renderer/distiller_js_render_frame_observer.h |
@@ -42,6 +42,9 @@ class DistillerJsRenderFrameObserver : public content::RenderFrameObserver { |
void CreateDistillerPageNotifierService( |
mojo::InterfaceRequest<mojom::DistillerPageNotifierService> request); |
+ // RenderFrameObserver implementation. |
+ void OnDestruct() override; |
+ |
// The isolated world that the distiller object should be written to. |
int distiller_isolated_world_id_; |