Bug 241327

Summary: [GTK] Ubuntu LTS bot build failed after 251271@main
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Diego Pino 2022-06-06 00:28:04 PDT
Stderr log:

https://build.webkit.org/#/builders/68/builds/14106/steps/9/logs/stdio

```
In file included from WebCore/DerivedSources/unified-sources/UnifiedSource-f34946be-6.cpp:2:
../../Source/WebCore/editing/ReplaceSelectionCommand.cpp: In member function ‘void WebCore::ReplacementFragment::removeContentsWithSideEffects()’:
../../Source/WebCore/editing/ReplaceSelectionCommand.cpp:233:108: error: ambiguous overload for ‘operator!=’ (operand types are ‘const WTF::AtomString’ and ‘const WTF::ASCIILiteral’)
  233 |         if (isScriptElement(element) || (is<HTMLStyleElement>(element) && element->getAttribute(classAttr) != WebKitMSOListQuirksStyle)
      |                                                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                |              |
      |                                                                                                |              const WTF::ASCIILiteral
      |                                                                                                const WTF::AtomString
```

```
Source/WebCore/html/FormController.cpp:150:32: error: ambiguous overload for ‘operator!=’ (operand types are ‘const WTF::AtomString’ and ‘WTF::ASCIILiteral’)
  150 |         if (element.key.second != "file"_s) // type
      |             ~~~~~~~~~~~~~~~~~~ ^~ ~~~~~~~~
      |                         |         |
      |                         |         WTF::ASCIILiteral
      |                         const WTF::AtomString
```
Comment 1 Diego Pino 2022-06-06 00:53:47 PDT
Pull request: https://github.com/webkit/webkit/pull/1317
Comment 2 EWS 2022-06-09 07:09:27 PDT
Committed r295419 (251425@main): <https://commits.webkit.org/251425@main>

Reviewed commits have been landed. Closing PR #1317 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-06-09 07:10:18 PDT
<rdar://problem/94725265>