From 38a9a29f4f9436cace7f0e7abf9c586057df8a4e Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Wed, 13 Feb 2019 16:23:34 +0100 Subject: BASELINE: Update Chromium to 73.0.3683.37 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I08c9af2948b645f671e5d933aca1f7a90ea372f2 Reviewed-by: Michael BrĂ¼ning --- .../renderer/devtools/front_end/console_counters/WarningErrorCounter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chromium/third_party/blink/renderer/devtools/front_end/console_counters/WarningErrorCounter.js') diff --git a/chromium/third_party/blink/renderer/devtools/front_end/console_counters/WarningErrorCounter.js b/chromium/third_party/blink/renderer/devtools/front_end/console_counters/WarningErrorCounter.js index b51e2ef3c7b..b17e8aede1b 100644 --- a/chromium/third_party/blink/renderer/devtools/front_end/console_counters/WarningErrorCounter.js +++ b/chromium/third_party/blink/renderer/devtools/front_end/console_counters/WarningErrorCounter.js @@ -39,7 +39,7 @@ ConsoleCounters.WarningErrorCounter = class { */ _createItem(shadowRoot, iconType) { const item = createElementWithClass('span', 'counter-item'); - const icon = item.createChild('label', '', 'dt-icon-label'); + const icon = item.createChild('span', '', 'dt-icon-label'); icon.type = iconType; const text = icon.createChild('span'); shadowRoot.appendChild(item); -- cgit v1.2.1