Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: third_party/apple_webkit/WebKitSystemInterface.h

Issue 8718008: Fix canary build failure on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added the description. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/apple_webkit/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/apple_webkit/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698