Commit cee6cec0 authored by Tim van der Lippe's avatar Tim van der Lippe Committed by Commit Bot

Fix reference to Runtime in UIDevtoolsUtils

This issue went unnoticed because of two different CLs touching the same
kind of code in unrelated parts of DevTools. It is likely that no tests
covered this codepath, blocking one of the CLs from being submitted.

Bug: chromium:1006759
Tbr: yangguo@chromium.org
Change-Id: If3ef1d86e3ab1d887ece3372649705c96e0b0ce6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834144Reviewed-by: default avatarBenedikt Meurer <bmeurer@chromium.org>
Reviewed-by: default avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org>
Auto-Submit: Tim Van der Lippe <tvanderlippe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702003}
parent 70779028
......@@ -36,7 +36,7 @@ Timeline.UIDevtoolsUtils = class {
* @return {boolean}
*/
static isUiDevTools() {
return Runtime.queryParam('uiDevTools') === 'true';
return Root.Runtime.queryParam('uiDevTools') === 'true';
}
/**
......
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