summarylogtreecommitdiffstats
path: root/chromium-121-constexpr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium-121-constexpr.patch')
-rw-r--r--chromium-121-constexpr.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium-121-constexpr.patch b/chromium-121-constexpr.patch
new file mode 100644
index 000000000000..a0b7166a5c8f
--- /dev/null
+++ b/chromium-121-constexpr.patch
@@ -0,0 +1,12 @@
+diff -up chromium-121.0.6167.57/components/performance_manager/resource_attribution/query_params.h.me chromium-121.0.6167.57/components/performance_manager/resource_attribution/query_params.h
+--- chromium-121.0.6167.57/components/performance_manager/resource_attribution/query_params.h.me 2024-01-18 17:00:24.791582422 +0100
++++ chromium-121.0.6167.57/components/performance_manager/resource_attribution/query_params.h 2024-01-18 17:22:21.521682845 +0100
+@@ -27,7 +27,7 @@ struct QueryParams {
+ QueryParams(const QueryParams& other);
+ QueryParams& operator=(const QueryParams& other);
+
+- friend constexpr bool operator==(const QueryParams&,
++ friend bool operator==(const QueryParams&,
+ const QueryParams&) = default;
+
+ // Individual resource contexts to measure.