Index: components/exo/wm_helper.cc |
diff --git a/components/exo/wm_helper.cc b/components/exo/wm_helper.cc |
index 7f0cfcffe7264f5d77f685f28bacf65df824f359..15a5d597069b09a6858a64c702bc753113d212b1 100644 |
--- a/components/exo/wm_helper.cc |
+++ b/components/exo/wm_helper.cc |
@@ -26,7 +26,6 @@ void WMHelper::SetInstance(WMHelper* helper) { |
// static |
WMHelper* WMHelper::GetInstance() { |
- DCHECK(g_instance); |
reveman
2017/05/11 13:01:35
Should we be calling WMHelper::SetInstance in the
David Tseng
2017/05/11 17:20:47
Thanks, that's a better way to do it.
|
return g_instance; |
} |