| Index: third_party/apple_webkit/WebKitSystemInterface.h
|
| diff --git a/third_party/apple_webkit/WebKitSystemInterface.h b/third_party/apple_webkit/WebKitSystemInterface.h
|
| index cefee7a17dee68db052c1ca109cc8bba15da555d..204c580a983e7925af5e18af234d664c64143aa5 100644
|
| --- a/third_party/apple_webkit/WebKitSystemInterface.h
|
| +++ b/third_party/apple_webkit/WebKitSystemInterface.h
|
| @@ -472,7 +472,11 @@ NSCursor *WKCursor(const char *name);
|
| dispatch_source_t WKCreateVMPressureDispatchOnMainQueue(void);
|
|
|
| #endif
|
| -
|
| +
|
| +#if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
|
| +extern NSString *(*wkGetMacOSXVersionString)(void);
|
| +#endif
|
| +
|
| #ifdef __cplusplus
|
| }
|
| #endif
|
|
|