Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 062cc0d673dbac48d70126ff1cde7bf9c27652e7
      
https://github.com/WebKit/WebKit/commit/062cc0d673dbac48d70126ff1cde7bf9c27652e7
  Author: Chris Dumez <[email protected]>
  Date:   2026-03-23 (Mon, 23 Mar 2026)

  Changed paths:
    M Source/WTF/wtf/text/StringParsingBuffer.h

  Log Message:
  -----------
  StringParsingBuffer's operator+=() should not take in a signed integer type
https://bugs.webkit.org/show_bug.cgi?id=310521

Reviewed by Darin Adler.

StringParsingBuffer's operator+=() should not take in a signed integer
type. It currently takes in a signed integer (int) and then relies on
`advanceBy()` internally which takes in an unsigned integer (size_t).

* Source/WTF/wtf/text/StringParsingBuffer.h:

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



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

Reply via email to