| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |