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

Side by Side 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 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/apple_webkit/README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 WebKitSystemInterface.h 2 WebKitSystemInterface.h
3 Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved. 3 Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, 2011 Apple Inc. All rights reserved.
4 4
5 Public header file. 5 Public header file.
6 6
7 Redistribution and use in source and binary forms, with or without 7 Redistribution and use in source and binary forms, with or without
8 modification, are permitted provided that the following conditions 8 modification, are permitted provided that the following conditions
9 are met: 9 are met:
10 1. Redistributions of source code must retain the above copyright 10 1. Redistributions of source code must retain the above copyright
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 465
466 #endif 466 #endif
467 467
468 #if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD) 468 #if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
469 469
470 #import <dispatch/dispatch.h> 470 #import <dispatch/dispatch.h>
471 471
472 dispatch_source_t WKCreateVMPressureDispatchOnMainQueue(void); 472 dispatch_source_t WKCreateVMPressureDispatchOnMainQueue(void);
473 473
474 #endif 474 #endif
475 475
476 #if !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
477 extern NSString *(*wkGetMacOSXVersionString)(void);
478 #endif
479
476 #ifdef __cplusplus 480 #ifdef __cplusplus
477 } 481 }
478 #endif 482 #endif
OLDNEW
« 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