- * Update to cef-140.1.15+gfaef09b (rhbz#2380429) (Asahi Lina) - * CVE-2025-9864: Use after free in V8 - * CVE-2025-9865: Inappropriate implementation in Toolbar - * CVE-2025-9866: Inappropriate implementation in Extensions - * CVE-2025-9867: Inappropriate implementation in Downloads
12 lines
439 B
Diff
12 lines
439 B
Diff
Index: chromium-140.0.7339.41/third_party/angle/src/libANGLE/Constants.h
|
|
===================================================================
|
|
--- chromium-140.0.7339.41.orig/third_party/angle/src/libANGLE/Constants.h
|
|
+++ chromium-140.0.7339.41/third_party/angle/src/libANGLE/Constants.h
|
|
@@ -9,6 +9,7 @@
|
|
#ifndef LIBANGLE_CONSTANTS_H_
|
|
#define LIBANGLE_CONSTANTS_H_
|
|
|
|
+#include <cstddef>
|
|
#include "common/platform.h"
|
|
|
|
#include <stddef.h>
|