aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-base_check.h
blob: 8fa51062015d6c91673203181c8da22137bd434c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/check.h.orig	2021-07-15 19:13:29 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;