Commit 793d6e1f authored by Dan Beam's avatar Dan Beam

Fix closure compile.

TBR=tbreisacher@chromium.org
BUG=none
TEST=http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux goes green

Review URL: https://codereview.chromium.org/895663002

Cr-Commit-Position: refs/heads/master@{#314155}
parent a5b7b889
...@@ -1936,7 +1936,7 @@ function load() { ...@@ -1936,7 +1936,7 @@ function load() {
searchField.blur(); // Dismiss the keyboard. searchField.blur(); // Dismiss the keyboard.
}; };
var removeMenu = $('remove-visit'); var removeMenu = getRequiredElement('remove-visit');
// Decorate remove-visit before disabling/hiding because the values are // Decorate remove-visit before disabling/hiding because the values are
// overwritten when decorating a MenuItem that has a Command. // overwritten when decorating a MenuItem that has a Command.
cr.ui.decorate(removeMenu, MenuItem); cr.ui.decorate(removeMenu, MenuItem);
......
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