chromium-112-gcc-13-0007-misc.patch 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. These patches are in the same file as they touch the same files and
  2. need to be applied in order.
  3. https://chromium-review.googlesource.com/c/chromium/src/+/4401098
  4. https://chromium-review.googlesource.com/c/chromium/src/+/4401098
  5. https://chromium-review.googlesource.com/c/chromium/src/+/4394541
  6. https://chromium-review.googlesource.com/c/chromium/src/+/4400997
  7. https://chromium-review.googlesource.com/c/chromium/src/+/4330267
  8. From dae4f1f4114ff6c6811aa3a0410e88e7a53b0531 Mon Sep 17 00:00:00 2001
  9. From: Stephan Hartmann <stha09@googlemail.com>
  10. Date: Wed, 05 Apr 2023 17:46:42 +0000
  11. Subject: [PATCH] IWYU: add cstdint for uint8_t in web_bluetooth_device_id
  12. Bug: 957519
  13. Change-Id: I2dba0b0088f6975d7ce59c3a14427d2dc5838477
  14. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4401098
  15. Reviewed-by: Jack Hsieh <chengweih@chromium.org>
  16. Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
  17. Cr-Commit-Position: refs/heads/main@{#1126677}
  18. --- a/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h
  19. +++ b/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h
  20. @@ -5,6 +5,8 @@
  21. #ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_
  22. #define THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_
  23. +#include <stdint.h>
  24. +
  25. #include <array>
  26. #include <string>