Title: [161347] trunk/Source/WebKit/mac
Revision
161347
Author
[email protected]
Date
2014-01-06 09:22:39 -0800 (Mon, 06 Jan 2014)

Log Message

Mountain Lion build fix after r161332.

* Carbon/HIWebView.h: Mountain Lion's version of CF_AVAILABLE_MAC doesn't accept a message
argument so remove it.

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/Carbon/HIWebView.h (161346 => 161347)


--- trunk/Source/WebKit/mac/Carbon/HIWebView.h	2014-01-06 16:29:01 UTC (rev 161346)
+++ trunk/Source/WebKit/mac/Carbon/HIWebView.h	2014-01-06 17:22:39 UTC (rev 161347)
@@ -67,7 +67,7 @@
  *    Non-Carbon CFM:   not available
  */
 extern OSStatus 
-HIWebViewCreate(HIViewRef * outControl) CF_DEPRECATED_MAC(10_3, 10_6, "Use WebView instead.");
+HIWebViewCreate(HIViewRef * outControl) CF_DEPRECATED_MAC(10_3, 10_6);
 
 #ifdef __OBJC__
 

Modified: trunk/Source/WebKit/mac/ChangeLog (161346 => 161347)


--- trunk/Source/WebKit/mac/ChangeLog	2014-01-06 16:29:01 UTC (rev 161346)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-01-06 17:22:39 UTC (rev 161347)
@@ -1,5 +1,12 @@
 2014-01-06  Mark Rowe  <[email protected]>
 
+        Mountain Lion build fix after r161332.
+
+        * Carbon/HIWebView.h: Mountain Lion's version of CF_AVAILABLE_MAC doesn't accept a message
+        argument so remove it.
+
+2014-01-06  Mark Rowe  <[email protected]>
+
         <https://webkit.org/b/126499> Move WebKit off the legacy WebKit availability macros
 
         The legacy WebKit availability macros are verbose, confusing, and provide no benefit
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to