[Webkit-unassigned] [Bug 241327] New: [GTK] Ubuntu LTS bot build failed after 251271 at main

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 00:28:04 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241327

            Bug ID: 241327
           Summary: [GTK] Ubuntu LTS bot build failed after 251271 at main
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dpino at igalia.com

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
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220606/960d8925/attachment.htm>


More information about the webkit-unassigned mailing list