summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/Carbon/HIWebView.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/Carbon/HIWebView.h')
-rw-r--r--WebKit/mac/Carbon/HIWebView.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/mac/Carbon/HIWebView.h b/WebKit/mac/Carbon/HIWebView.h
index 5483472..bc67453 100644
--- a/WebKit/mac/Carbon/HIWebView.h
+++ b/WebKit/mac/Carbon/HIWebView.h
@@ -67,7 +67,7 @@ extern "C" {
* Non-Carbon CFM: not available
*/
extern OSStatus
-HIWebViewCreate(HIViewRef * outControl) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_AFTER_WEBKIT_VERSION_3_1;
+HIWebViewCreate(HIViewRef * outControl) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_IN_WEBKIT_VERSION_4_0;
#ifdef __OBJC__
@@ -91,7 +91,7 @@ HIWebViewCreate(HIViewRef * outControl) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_B
* Non-Carbon CFM: not available
*/
extern WebView *
-HIWebViewGetWebView(HIViewRef inView) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_AFTER_WEBKIT_VERSION_3_1;
+HIWebViewGetWebView(HIViewRef inView) AVAILABLE_WEBKIT_VERSION_1_0_AND_LATER_BUT_DEPRECATED_IN_WEBKIT_VERSION_4_0;
#endif