Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(704)

Unified Diff: third_party/WebKit/Source/devtools/front_end/help/Help.js

Issue 2733493002: DevTools: fix bug with persisting drawer selection (Closed)
Patch Set: fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/help/Help.js
diff --git a/third_party/WebKit/Source/devtools/front_end/help/Help.js b/third_party/WebKit/Source/devtools/front_end/help/Help.js
index b2028f32698a3405e65f127599f57e263aeeaca4..7f8a388706a937db3320ab65d14587b40eae6b5d 100644
--- a/third_party/WebKit/Source/devtools/front_end/help/Help.js
+++ b/third_party/WebKit/Source/devtools/front_end/help/Help.js
@@ -56,7 +56,7 @@ Help._showReleaseNoteIfNeeded = function(lastSeenVersion, browserVersion) {
if (Help.latestReleaseNote().version !== browserVersion)
return;
Help.releaseNoteVersionSetting().set(Help.browserVersion());
- UI.inspectorView.showPanel(Help._releaseNoteViewId);
+ UI.viewManager.showView(Help._releaseNoteViewId, true);
};
/**

Powered by Google App Engine
This is Rietveld 408576698