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, 0 insertions, 12 deletions
diff --git a/chromium-121-constexpr.patch b/chromium-121-constexpr.patch
deleted file mode 100644
index a0b7166a5c8f..000000000000
--- a/chromium-121-constexpr.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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.