summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc')
-rw-r--r--chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc b/chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc
index 9741293150a..8ade3c166af 100644
--- a/chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc
+++ b/chromium/third_party/blink/renderer/core/html/parser/html_formatting_element_list.cc
@@ -39,8 +39,6 @@ static const size_t kNoahsArkCapacity = 3;
HTMLFormattingElementList::HTMLFormattingElementList() = default;
-HTMLFormattingElementList::~HTMLFormattingElementList() = default;
-
Element* HTMLFormattingElementList::ClosestElementInScopeWithName(
const AtomicString& target_name) {
for (wtf_size_t i = 1; i <= entries_.size(); ++i) {