Index: Source/core/WebCorePrefixMac.h |
diff --git a/Source/core/WebCorePrefixMac.h b/Source/core/WebCorePrefixMac.h |
index 2c93fc6d634b6f5e8386a683941fa05e46ba7713..6d32da394c31ac11b082aa73dfa1d0f6e4b8b8f8 100644 |
--- a/Source/core/WebCorePrefixMac.h |
+++ b/Source/core/WebCorePrefixMac.h |
@@ -91,8 +91,8 @@ _LIBCPP_END_NAMESPACE_STD |
#endif |
#ifdef __cplusplus |
-#define new ("if you use new/delete make sure to include config.h at the top of the file"()) |
-#define delete ("if you use new/delete make sure to include config.h at the top of the file"()) |
+#define new ("if you use new/delete make sure to include config.h at the top of the file"()) |
+#define delete ("if you use new/delete make sure to include config.h at the top of the file"()) |
#endif |
/* When C++ exceptions are disabled, the C++ library defines |try| and |catch| |