diff options
Diffstat (limited to 'WebCore/WebCorePrefix.h')
-rw-r--r-- | WebCore/WebCorePrefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/WebCorePrefix.h b/WebCore/WebCorePrefix.h index 948fe39..aaa6a0f 100644 --- a/WebCore/WebCorePrefix.h +++ b/WebCore/WebCorePrefix.h @@ -119,7 +119,7 @@ #define delete ("if you use new/delete make sure to include config.h at the top of the file"()) #endif -/* Work around bug with C++ library that screws up Objective-C++ when exception support is disabled. */ +/* Work around a bug with C++ library that screws up Objective-C++ when exception support is disabled. */ #if defined(__APPLE__) #undef try #undef catch |