summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Carbon/CarbonUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Carbon/CarbonUtils.h')
-rw-r--r--WebKit/mac/Carbon/CarbonUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/mac/Carbon/CarbonUtils.h b/WebKit/mac/Carbon/CarbonUtils.h
index f005286..166de7b 100644
--- a/WebKit/mac/Carbon/CarbonUtils.h
+++ b/WebKit/mac/Carbon/CarbonUtils.h
@@ -45,12 +45,12 @@ extern "C" {
#endif
extern void
-WebInitForCarbon(void) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_AFTER_WEBKIT_VERSION_3_1;
+WebInitForCarbon(void) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_IN_WEBKIT_VERSION_4_0;
#ifdef __OBJC__
extern CGImageRef
-WebConvertNSImageToCGImageRef(NSImage * inImage) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_AFTER_WEBKIT_VERSION_3_1;
+WebConvertNSImageToCGImageRef(NSImage * inImage) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_IN_WEBKIT_VERSION_4_0;
#endif