summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/WebCore/platform/mac/WebCoreNSStringExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/mac/WebCoreNSStringExtras.h b/Source/WebCore/platform/mac/WebCoreNSStringExtras.h
index a2a0e9316..750fd67d0 100644
--- a/Source/WebCore/platform/mac/WebCoreNSStringExtras.h
+++ b/Source/WebCore/platform/mac/WebCoreNSStringExtras.h
@@ -32,7 +32,7 @@
#include <Foundation/Foundation.h>
@class NSString;
#else
-typedef struct NSString NSString;
+typedef struct objc_object NSString;
#endif
#ifdef __cplusplus