aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium/files/patch-base_check.h')
-rw-r--r--www/chromium/files/patch-base_check.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chromium/files/patch-base_check.h b/www/chromium/files/patch-base_check.h
new file mode 100644
index 000000000000..8ff12ec1ffe7
--- /dev/null
+++ b/www/chromium/files/patch-base_check.h
@@ -0,0 +1,11 @@
+--- base/check.h.orig 2021-04-22 11:38:19 UTC
++++ base/check.h
+@@ -85,7 +85,7 @@ class BASE_EXPORT CheckError {
+ // Stream for adding optional details to the error message.
+ std::ostream& stream();
+
+- NOMERGE ~CheckError();
++ ~CheckError();
+
+ CheckError(const CheckError& other) = delete;
+ CheckError& operator=(const CheckError& other) = delete;