| Index: components/html_viewer/html_viewer.cc
|
| diff --git a/components/html_viewer/html_viewer.cc b/components/html_viewer/html_viewer.cc
|
| index dd93c2168a402880b580b29262074cae97b13fb3..a6b22806a2c8dd9fccf76760db3766efed93a345 100644
|
| --- a/components/html_viewer/html_viewer.cc
|
| +++ b/components/html_viewer/html_viewer.cc
|
| @@ -130,7 +130,7 @@ class HTMLViewer : public mojo::ApplicationDelegate,
|
| public mojo::InterfaceFactory<ContentHandler> {
|
| public:
|
| HTMLViewer() {}
|
| - ~HTMLViewer() override { blink::shutdown(); }
|
| + ~HTMLViewer() override {}
|
|
|
| private:
|
| // Overridden from ApplicationDelegate:
|
|
|