Commit 5706b60d authored by gogerald's avatar gogerald Committed by Commit Bot

Fix typo in LayoutManagerChrome

Change-Id: I8b922761cf9bb18af70e09dfa78b3711fcb067ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2157245
Commit-Queue: Ganggui Tang <gogerald@chromium.org>
Commit-Queue: Matthew Jones <mdjones@chromium.org>
Auto-Submit: Ganggui Tang <gogerald@chromium.org>
Reviewed-by: default avatarMatthew Jones <mdjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#760554}
parent da7e4828
......@@ -193,7 +193,7 @@ public class LayoutManagerChrome
mOverviewLayout.destroy();
mOverviewLayout = null;
}
if (mOverviewLayout != null) {
if (mOverviewListLayout != null) {
mOverviewListLayout.destroy();
}
if (mToolbarSwipeLayout != null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment