aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__pdfium__third_party__base__logging.h
blob: 75c1274070f440c69862f2eca5b5917764c2f005 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/pdfium/third_party/base/logging.h.orig	2015-04-19 17:22:14.000000000 +0200
+++ third_party/pdfium/third_party/base/logging.h	2015-04-19 17:22:28.000000000 +0200
@@ -10,7 +10,7 @@
 #define CHECK(condition)                                                \
   if (!(condition)) {                                                   \
     abort();                                                            \
-    *(reinterpret_cast<volatile char*>(NULL) + 42) = 0x42;              \
+    *(reinterpret_cast<volatile char*>(__null) + 42) = 0x42;              \
   }
 
 #define NOTREACHED() abort()