Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 30806bca913d2f4037d639524ca9ce08ac062d31
      
https://github.com/WebKit/WebKit/commit/30806bca913d2f4037d639524ca9ce08ac062d31
  Author: Georges Basile Stavracas Neto <[email protected]>
  Date:   2024-08-07 (Wed, 07 Aug 2024)

  Changed paths:
    M Source/WTF/wtf/glib/SysprofAnnotator.h

  Log Message:
  -----------
  [GLIB] Fix Vector<char> usage in SysprofAnnotator
https://bugs.webkit.org/show_bug.cgi?id=277719

Reviewed by Carlos Garcia Campos.

We want to have a vector that heap-allocates the buffer for a plain old
char array, so as to avoid a copy when adding it to the HashMap.

Use the proper declaration of Vector<char> for that.

* Source/WTF/wtf/glib/SysprofAnnotator.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to