Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 86cc1a6243abfe6790abc9f611ead394876f2eb1..5432ae1b4e0722711211f579d1571393a2cf2380 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -587,6 +587,10 @@ void BrowserMainLoop::MainMessageLoopStart() { |
::HeapProfilerWithPseudoStackStart, ::HeapProfilerStop, |
::GetHeapProfile)); |
#endif |
+ |
+#if defined (ENABLE_LEAK_DETECTOR) |
+ LeakDetectorDummy(); |
+#endif |
} |
int BrowserMainLoop::PreCreateThreads() { |