summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebCommon.h')
-rw-r--r--WebKit/chromium/public/WebCommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebCommon.h b/WebKit/chromium/public/WebCommon.h
index e7e38d3..7872729 100644
--- a/WebKit/chromium/public/WebCommon.h
+++ b/WebKit/chromium/public/WebCommon.h
@@ -106,4 +106,6 @@ WEBKIT_API void failedAssertion(const char* file, int line, const char* function
} while (0)
#endif
+#define WEBKIT_ASSERT_NOT_REACHED() WEBKIT_ASSERT(0)
+
#endif