Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / mac / BlockExceptions.mm
index 9878324..af3b879 100644 (file)
@@ -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]);