Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cef7bfbcfe60adf0cf4b645faab9d2f306b227f8
      
https://github.com/WebKit/WebKit/commit/cef7bfbcfe60adf0cf4b645faab9d2f306b227f8
  Author: Michael Catanzaro <mcatanz...@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
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to