[webkit-changes] [WebKit/WebKit] cef7bf: SerializedScriptValue.cpp:367:16: error: use of ov...

Michael Catanzaro noreply at github.com
Mon May 13 11:39:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cef7bfbcfe60adf0cf4b645faab9d2f306b227f8
      https://github.com/WebKit/WebKit/commit/cef7bfbcfe60adf0cf4b645faab9d2f306b227f8
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
    M Source/WebCore/bindings/js/SerializedScriptValue.cpp

  Log Message:
  -----------
  SerializedScriptValue.cpp:367:16: error: use of overloaded operator '[]' is ambiguous (with operand types 'ASCIILiteral' and 'int')
https://bugs.webkit.org/show_bug.cgi?id=274095

Unreviewed build fix. Specify the type of the integer literal to avoid
ambiguity.

* Source/WebCore/bindings/js/SerializedScriptValue.cpp:
(WTF::printInternal):

Canonical link: https://commits.webkit.org/278699@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list