| Index: ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| diff --git a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| index 9aa74011ce1f1528c3881c83de532ec0aa68f095..eba07b7ac91dfe41d4c829c89eec2633191668a1 100644
|
| --- a/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| +++ b/ios/chrome/browser/reading_list/reading_list_distiller_page_factory.mm
|
| @@ -28,4 +28,8 @@ ReadingListDistillerPageFactory::CreateReadingListDistillerPage(
|
| browser_state_, web_state_dispatcher_.get(), delegate);
|
| }
|
|
|
| +void ReadingListDistillerPageFactory::ReleaseAllRetainedWebState() {
|
| + web_state_dispatcher_->ReleaseAll();
|
| +}
|
| +
|
| } // namespace reading_list
|
|
|