--- src/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc.orig 2025-04-16 14:36:32.758721824 +0200 +++ src/third_party/blink/renderer/core/xml/parser/xml_document_parser.cc 2025-04-17 12:06:42.394992144 +0200 @@ -1507,8 +1507,8 @@ static base::span Cop base::span expanded_entity_chars) { auto entity_buffer = base::as_writable_chars(base::span(g_shared_xhtml_entity_result)); - entity_buffer.first().copy_from(expanded_entity_chars); - return entity_buffer.first(); + entity_buffer.template first().copy_from(expanded_entity_chars); + return entity_buffer.template first(); } static base::span ConvertUTF16EntityToUTF8(