Index: content/browser/mojo/mojo_shell_context.cc |
diff --git a/content/browser/mojo/mojo_shell_context.cc b/content/browser/mojo/mojo_shell_context.cc |
index 75496297174ee4f80f552cfe4481a52a56035b66..9133df474097a216a72f238a8e09c632a0482f1b 100644 |
--- a/content/browser/mojo/mojo_shell_context.cc |
+++ b/content/browser/mojo/mojo_shell_context.cc |
@@ -310,6 +310,7 @@ MojoShellContext::MojoShellContext() { |
MojoShellContext::~MojoShellContext() { |
if (!IsRunningInMojoShell()) |
MojoShellConnectionImpl::Destroy(); |
+ catalog_.reset(); |
} |
// static |