Index: Source/platform/mac/BlockExceptions.mm |
diff --git a/Source/platform/mac/BlockExceptions.mm b/Source/platform/mac/BlockExceptions.mm |
index 9878324230d58517d5534db037e31b84fa9e44e2..af3b879c7be29414eba8f21c67a7f0c5c9867de6 100644 |
--- a/Source/platform/mac/BlockExceptions.mm |
+++ b/Source/platform/mac/BlockExceptions.mm |
@@ -30,7 +30,7 @@ |
void ReportBlockedObjCException(NSException *exception) |
{ |
-#if ASSERT_ENABLED |
+#if ENABLE(ASSERT) |
ASSERT_WITH_MESSAGE(0, "Uncaught exception - %@", exception); |
#else |
NSLog(@"*** WebKit discarding exception: <%@> %@", [exception name], [exception reason]); |