<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[177747] trunk/Source/WebKit2</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/177747">177747</a></dd>
<dt>Author</dt> <dd>mitz@apple.com</dd>
<dt>Date</dt> <dd>2014-12-26 11:18:49 -0800 (Fri, 26 Dec 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Cocoa] Some modern SPI changes have missing or incorrect availability annotations
https://bugs.webkit.org/show_bug.cgi?id=139940

Reviewed by Darin Adler.

* Shared/API/c/WKDeclarationSpecifiers.h: Renamed WK_DEPRECATED to WK_C_DEPRECATED.

* Shared/API/Cocoa/WKFoundation.h: Define WK_DEPRECATED when API availability is not enabled
to mean that the declaration is currently deprecated.

* Shared/API/c/WKConnectionRef.h: Updated for the renaming of the existing WK_DEPRECATED to
WK_C_DEPRECATED.
* UIProcess/API/C/WKContext.h: Ditto.
* UIProcess/API/C/WKContextConnectionClient.h: Ditto.
* UIProcess/API/C/WKContextDownloadClient.h: Ditto.
* UIProcess/API/C/WKContextHistoryClient.h: Ditto.
* UIProcess/API/C/WKContextInjectedBundleClient.h: Ditto.
* UIProcess/API/C/WKCookieManager.h: Ditto.
* UIProcess/API/C/WKDatabaseManager.h: Ditto.
* UIProcess/API/C/WKGeolocationManager.h: Ditto.
* UIProcess/API/C/WKIconDatabase.h: Ditto.
* UIProcess/API/C/WKNotificationProvider.h: Ditto.
* UIProcess/API/C/WKPageContextMenuClient.h: Ditto.
* UIProcess/API/C/WKPageFindClient.h: Ditto.
* UIProcess/API/C/WKPageFindMatchesClient.h: Ditto.
* UIProcess/API/C/WKPageFormClient.h: Ditto.
* UIProcess/API/C/WKPageUIClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundle.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageBanner.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h: Ditto.
* WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h: Ditto.

* Shared/API/Cocoa/WKRenderingProgressEvents.h: Added missing availability annotation.

* UIProcess/API/Cocoa/WKPreferencesPrivate.h: Changed to use WK_MAC_TBA and WK_IOS_TBA for
_WKDebugOverlayRegions enum. Added availability annotations to new properties.

* UIProcess/API/Cocoa/WKProcessPoolPrivate.h: Added availability annotation to new method.

* UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h: Annotated new method, changed Mac
availability of iOS-only method to NA.

* UIProcess/API/Cocoa/WKWebViewPrivate.h: Added availability annotation to new enum value,
new property, and new method. Added deprecation annotation to one method.

* UIProcess/API/Cocoa/_WKWebsiteDataStore.h: Annotated new method.

* mac/rewrite-availability-macros.sh: Rewrite WK_DEPRECATED to NS_DEPRECATED.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2SharedAPICocoaWKFoundationh">trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAPICocoaWKRenderingProgressEventsh">trunk/Source/WebKit2/Shared/API/Cocoa/WKRenderingProgressEvents.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIcWKConnectionRefh">trunk/Source/WebKit2/Shared/API/c/WKConnectionRef.h</a></li>
<li><a href="#trunkSourceWebKit2SharedAPIcWKDeclarationSpecifiersh">trunk/Source/WebKit2/Shared/API/c/WKDeclarationSpecifiers.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKContexth">trunk/Source/WebKit2/UIProcess/API/C/WKContext.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKContextConnectionClienth">trunk/Source/WebKit2/UIProcess/API/C/WKContextConnectionClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKContextDownloadClienth">trunk/Source/WebKit2/UIProcess/API/C/WKContextDownloadClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKContextHistoryClienth">trunk/Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKContextInjectedBundleClienth">trunk/Source/WebKit2/UIProcess/API/C/WKContextInjectedBundleClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKCookieManagerh">trunk/Source/WebKit2/UIProcess/API/C/WKCookieManager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKDatabaseManagerh">trunk/Source/WebKit2/UIProcess/API/C/WKDatabaseManager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKGeolocationManagerh">trunk/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKIconDatabaseh">trunk/Source/WebKit2/UIProcess/API/C/WKIconDatabase.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKNotificationProviderh">trunk/Source/WebKit2/UIProcess/API/C/WKNotificationProvider.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKPageContextMenuClienth">trunk/Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKPageFindClienth">trunk/Source/WebKit2/UIProcess/API/C/WKPageFindClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKPageFindMatchesClienth">trunk/Source/WebKit2/UIProcess/API/C/WKPageFindMatchesClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKPageFormClienth">trunk/Source/WebKit2/UIProcess/API/C/WKPageFormClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICWKPageUIClienth">trunk/Source/WebKit2/UIProcess/API/C/WKPageUIClient.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKPreferencesPrivateh">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferencesPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKProcessPoolPrivateh">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPoolPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKWebViewConfigurationPrivateh">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWKWebViewPrivateh">trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoa_WKWebsiteDataStoreh">trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundleh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageBannerh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageBanner.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageContextMenuClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageDiagnosticLoggingClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageEditorClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageFormClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageFullScreenClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageLoaderClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageOverlayh">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePagePolicyClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageResourceLoadClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h</a></li>
<li><a href="#trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageUIClienth">trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h</a></li>
<li><a href="#trunkSourceWebKit2macrewriteavailabilitymacrossh">trunk/Source/WebKit2/mac/rewrite-availability-macros.sh</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/ChangeLog        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -1,5 +1,64 @@
</span><span class="cx"> 2014-12-26  Dan Bernstein  &lt;mitz@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        [Cocoa] Some modern SPI changes have missing or incorrect availability annotations
+        https://bugs.webkit.org/show_bug.cgi?id=139940
+
+        Reviewed by Darin Adler.
+
+        * Shared/API/c/WKDeclarationSpecifiers.h: Renamed WK_DEPRECATED to WK_C_DEPRECATED.
+
+        * Shared/API/Cocoa/WKFoundation.h: Define WK_DEPRECATED when API availability is not enabled
+        to mean that the declaration is currently deprecated.
+
+        * Shared/API/c/WKConnectionRef.h: Updated for the renaming of the existing WK_DEPRECATED to
+        WK_C_DEPRECATED.
+        * UIProcess/API/C/WKContext.h: Ditto.
+        * UIProcess/API/C/WKContextConnectionClient.h: Ditto.
+        * UIProcess/API/C/WKContextDownloadClient.h: Ditto.
+        * UIProcess/API/C/WKContextHistoryClient.h: Ditto.
+        * UIProcess/API/C/WKContextInjectedBundleClient.h: Ditto.
+        * UIProcess/API/C/WKCookieManager.h: Ditto.
+        * UIProcess/API/C/WKDatabaseManager.h: Ditto.
+        * UIProcess/API/C/WKGeolocationManager.h: Ditto.
+        * UIProcess/API/C/WKIconDatabase.h: Ditto.
+        * UIProcess/API/C/WKNotificationProvider.h: Ditto.
+        * UIProcess/API/C/WKPageContextMenuClient.h: Ditto.
+        * UIProcess/API/C/WKPageFindClient.h: Ditto.
+        * UIProcess/API/C/WKPageFindMatchesClient.h: Ditto.
+        * UIProcess/API/C/WKPageFormClient.h: Ditto.
+        * UIProcess/API/C/WKPageUIClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundle.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageBanner.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h: Ditto.
+        * WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h: Ditto.
+
+        * Shared/API/Cocoa/WKRenderingProgressEvents.h: Added missing availability annotation.
+
+        * UIProcess/API/Cocoa/WKPreferencesPrivate.h: Changed to use WK_MAC_TBA and WK_IOS_TBA for
+        _WKDebugOverlayRegions enum. Added availability annotations to new properties.
+
+        * UIProcess/API/Cocoa/WKProcessPoolPrivate.h: Added availability annotation to new method.
+
+        * UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h: Annotated new method, changed Mac
+        availability of iOS-only method to NA.
+
+        * UIProcess/API/Cocoa/WKWebViewPrivate.h: Added availability annotation to new enum value,
+        new property, and new method. Added deprecation annotation to one method.
+
+        * UIProcess/API/Cocoa/_WKWebsiteDataStore.h: Annotated new method.
+
+        * mac/rewrite-availability-macros.sh: Rewrite WK_DEPRECATED to NS_DEPRECATED.
+
+2014-12-26  Dan Bernstein  &lt;mitz@apple.com&gt;
+
</ins><span class="cx">         &lt;rdar://problem/19348208&gt; REGRESSION (r177027): iOS builds use the wrong toolchain
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=139950
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPICocoaWKFoundationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKFoundation.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -47,6 +47,7 @@
</span><span class="cx"> #ifndef WK_API_AVAILABILITY_ENABLED
</span><span class="cx"> #define WK_AVAILABLE(_mac, _ios)
</span><span class="cx"> #define WK_CLASS_AVAILABLE(_mac, _ios) __attribute__((visibility (&quot;default&quot;)))
</span><ins>+#define WK_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep, ...) __attribute__((deprecated(__VA_ARGS__)))
</ins><span class="cx"> #define WK_ENUM_AVAILABLE(_mac, _ios)
</span><span class="cx"> #define WK_ENUM_AVAILABLE_IOS(_ios)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPICocoaWKRenderingProgressEventsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/Cocoa/WKRenderingProgressEvents.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/Cocoa/WKRenderingProgressEvents.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/Shared/API/Cocoa/WKRenderingProgressEvents.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> typedef NS_OPTIONS(NSUInteger, WKRenderingProgressEvents)
</span><span class="cx"> {
</span><span class="cx">     WKRenderingProgressEventFirstLayout = 1 &lt;&lt; 0,
</span><del>-    WKRenderingProgressEventFirstVisuallyNonEmptyLayout = 1 &lt;&lt; 1,
</del><ins>+    WKRenderingProgressEventFirstVisuallyNonEmptyLayout WK_ENUM_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA) = 1 &lt;&lt; 1,
</ins><span class="cx">     WKRenderingProgressEventFirstPaintWithSignificantArea = 1 &lt;&lt; 2,
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIcWKConnectionRefh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/c/WKConnectionRef.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/c/WKConnectionRef.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/Shared/API/c/WKConnectionRef.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKConnectionDidReceiveMessageCallback                               didReceiveMessage;
</span><span class="cx">     WKConnectionDidCloseCallback                                        didClose;
</span><del>-} WKConnectionClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKConnectionClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKConnectionGetTypeID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2SharedAPIcWKDeclarationSpecifiersh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/Shared/API/c/WKDeclarationSpecifiers.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Shared/API/c/WKDeclarationSpecifiers.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/Shared/API/c/WKDeclarationSpecifiers.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -51,9 +51,9 @@
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if defined(__has_extension) &amp;&amp; __has_extension(enumerator_attributes) &amp;&amp; __has_extension(attribute_unavailable_with_message)
</span><del>-#define WK_DEPRECATED(message) __attribute__((deprecated(message)))
</del><ins>+#define WK_C_DEPRECATED(message) __attribute__((deprecated(message)))
</ins><span class="cx"> #else
</span><del>-#define WK_DEPRECATED(message)
</del><ins>+#define WK_C_DEPRECATED(message)
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if defined(__has_extension) &amp;&amp; __has_extension(enumerator_attributes) &amp;&amp; __has_extension(attribute_unavailable_with_message)
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKContexth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContext.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKContext.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContext.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx">     WKContextPlugInAutoStartOriginHashesChangedCallback                 plugInAutoStartOriginHashesChanged;
</span><span class="cx">     WKContextNetworkProcessDidCrashCallback                             networkProcessDidCrash;
</span><span class="cx">     WKContextPlugInInformationBecameAvailableCallback                   plugInInformationBecameAvailable;
</span><del>-} WKContextClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKContextClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> enum {
</span><span class="cx">     kWKProcessModelSharedSecondaryProcess = 0,
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKContextConnectionClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContextConnectionClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKContextConnectionClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContextConnectionClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -49,6 +49,6 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKContextDidCreateConnection                                        didCreateConnection;
</span><del>-} WKContextConnectionClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKContextConnectionClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKContextConnectionClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKContextDownloadClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContextDownloadClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKContextDownloadClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContextDownloadClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -79,6 +79,6 @@
</span><span class="cx">     WKContextDownloadDidFailCallback                                    didFail;
</span><span class="cx">     WKContextDownloadDidCancel                                          didCancel;
</span><span class="cx">     WKContextDownloadProcessDidCrashCallback                            processDidCrash;
</span><del>-} WKContextDownloadClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKContextDownloadClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKContextDownloadClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKContextHistoryClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -61,6 +61,6 @@
</span><span class="cx">     WKContextDidPerformServerRedirectCallback                           didPerformServerRedirect;
</span><span class="cx">     WKContextDidUpdateHistoryTitleCallback                              didUpdateHistoryTitle;
</span><span class="cx">     WKContextPopulateVisitedLinksCallback                               populateVisitedLinks;
</span><del>-} WKContextHistoryClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKContextHistoryClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKContextHistoryClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKContextInjectedBundleClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKContextInjectedBundleClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKContextInjectedBundleClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKContextInjectedBundleClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -68,6 +68,6 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 1.
</span><span class="cx">     WKContextGetInjectedBundleInitializationUserDataCallback            getInjectedBundleInitializationUserData;
</span><del>-} WKContextInjectedBundleClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKContextInjectedBundleClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKContextInjectedBundleClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKCookieManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKCookieManager.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKCookieManager.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKCookieManager.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -62,7 +62,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKCookieManagerCookiesDidChangeCallback                             cookiesDidChange;
</span><del>-} WKCookieManagerClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKCookieManagerClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKCookieManagerGetTypeID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKDatabaseManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKDatabaseManager.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKDatabaseManager.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKDatabaseManager.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -93,7 +93,7 @@
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKDatabaseManagerDidModifyOriginCallback                            didModifyOrigin;
</span><span class="cx">     WKDatabaseManagerDidModifyDatabaseCallback                          didModifyDatabase;
</span><del>-} WKDatabaseManagerClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKDatabaseManagerClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKDatabaseManagerGetTypeID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKGeolocationManagerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKGeolocationManager.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -70,7 +70,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 1.
</span><span class="cx">     WKGeolocationProviderSetEnableHighAccuracyCallback                  setEnableHighAccuracy;
</span><del>-} WKGeolocationProvider WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKGeolocationProvider WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKGeolocationManagerGetTypeID();
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKIconDatabaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKIconDatabase.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKIconDatabase.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKIconDatabase.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -72,7 +72,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 1.
</span><span class="cx">     WKIconDatabaseIconDataReadyForPageURLCallback                       iconDataReadyForPageURL;
</span><del>-} WKIconDatabaseClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKIconDatabaseClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKIconDatabaseGetTypeID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKNotificationProviderh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKNotificationProvider.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKNotificationProvider.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKNotificationProvider.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">     WKNotificationProviderRemoveNotificationManagerCallback               removeNotificationManager;
</span><span class="cx">     WKNotificationProviderNotificationPermissionsCallback                 notificationPermissions;
</span><span class="cx">     WKNotificationProviderClearNotificationsCallback                      clearNotifications;
</span><del>-} WKNotificationProvider WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKNotificationProvider WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKPageContextMenuClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -116,7 +116,7 @@
</span><span class="cx">     // Version 3.
</span><span class="cx">     WKPageShowContextMenuCallback                                                showContextMenu;
</span><span class="cx">     WKPageHideContextMenuCallback                                                hideContextMenu;
</span><del>-} WKPageContextMenuClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKPageContextMenuClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKPageFindClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPageFindClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKPageFindClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPageFindClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">     WKPageDidFindStringCallback                                         didFindString;
</span><span class="cx">     WKPageDidFailToFindStringCallback                                   didFailToFindString;
</span><span class="cx">     WKPageDidCountStringMatchesCallback                                 didCountStringMatches;
</span><del>-} WKPageFindClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKPageFindClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKPageFindMatchesClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPageFindMatchesClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKPageFindMatchesClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPageFindMatchesClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -59,7 +59,7 @@
</span><span class="cx">     const void *                                                        clientInfo;
</span><span class="cx">     WKPageDidFindStringMatchesCallback                                  didFindStringMatches;
</span><span class="cx">     WKPageDidGetImageForMatchResultCallback                             didGetImageForMatchResult;
</span><del>-} WKPageFindMatchesClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKPageFindMatchesClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKPageFormClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPageFormClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKPageFormClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPageFormClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKPageWillSubmitFormCallback                                        willSubmitForm;
</span><del>-} WKPageFormClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKPageFormClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICWKPageUIClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/C/WKPageUIClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/C/WKPageUIClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/C/WKPageUIClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -503,7 +503,7 @@
</span><span class="cx">     WKPageShowColorPickerCallback                                       showColorPicker;
</span><span class="cx">     WKPageHideColorPickerCallback                                       hideColorPicker;
</span><span class="cx">     WKPageUnavailablePluginButtonClickedCallback                        unavailablePluginButtonClicked;
</span><del>-} WKPageUIClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKPageUIClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKPreferencesPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferencesPrivate.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferencesPrivate.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKPreferencesPrivate.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> typedef NS_OPTIONS(NSUInteger, _WKDebugOverlayRegions) {
</span><span class="cx">     _WKNonFastScrollableRegion = 1 &lt;&lt; 0,
</span><span class="cx">     _WKWheelEventHandlerRegion = 1 &lt;&lt; 1
</span><del>-} WK_ENUM_AVAILABLE(10_11, 9_0);
</del><ins>+} WK_ENUM_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> @interface WKPreferences (WKPrivate)
</span><span class="cx"> 
</span><span class="lines">@@ -51,17 +51,17 @@
</span><span class="cx"> @property (nonatomic, setter=_setCompositingBordersVisible:) BOOL _compositingBordersVisible;
</span><span class="cx"> @property (nonatomic, setter=_setCompositingRepaintCountersVisible:) BOOL _compositingRepaintCountersVisible;
</span><span class="cx"> @property (nonatomic, setter=_setTiledScrollingIndicatorVisible:) BOOL _tiledScrollingIndicatorVisible;
</span><del>-@property (nonatomic, setter=_setVisibleDebugOverlayRegions:) _WKDebugOverlayRegions _visibleDebugOverlayRegions;
-@property (nonatomic, setter=_setSimpleLineLayoutDebugBordersEnabled:) BOOL _simpleLineLayoutDebugBordersEnabled;
</del><ins>+@property (nonatomic, setter=_setVisibleDebugOverlayRegions:) _WKDebugOverlayRegions _visibleDebugOverlayRegions WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
+@property (nonatomic, setter=_setSimpleLineLayoutDebugBordersEnabled:) BOOL _simpleLineLayoutDebugBordersEnabled WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> @property (nonatomic, setter=_setDeveloperExtrasEnabled:) BOOL _developerExtrasEnabled;
</span><span class="cx"> 
</span><del>-@property (nonatomic, setter=_setStandalone:, getter=_isStandalone) BOOL _standalone;
</del><ins>+@property (nonatomic, setter=_setStandalone:, getter=_isStandalone) BOOL _standalone WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> // FIXME: This should be configured on the WKWebsiteDataStore.
</span><span class="cx"> // FIXME: This property should not have the verb &quot;is&quot; in it.
</span><span class="cx"> @property (nonatomic, setter=_setOfflineApplicationCacheIsEnabled:) BOOL _offlineApplicationCacheIsEnabled;
</span><del>-@property (nonatomic, setter=_setFullScreenEnabled:) BOOL _fullScreenEnabled;
</del><ins>+@property (nonatomic, setter=_setFullScreenEnabled:) BOOL _fullScreenEnabled WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKProcessPoolPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPoolPrivate.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPoolPrivate.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKProcessPoolPrivate.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> @property (nonatomic, readonly) _WKProcessPoolConfiguration *_configuration;
</span><span class="cx"> 
</span><span class="cx"> - (void)_setAllowsSpecificHTTPSCertificate:(NSArray *)certificateChain forHost:(NSString *)host;
</span><del>-- (void)_setCanHandleHTTPSServerTrustEvaluation:(BOOL)value;
</del><ins>+- (void)_setCanHandleHTTPSServerTrustEvaluation:(BOOL)value WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> - (void)_setCookieAcceptPolicy:(NSHTTPCookieAcceptPolicy)policy;
</span><span class="cx"> 
</span><span class="cx"> - (id)_objectForBundleParameter:(NSString *)parameter;
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKWebViewConfigurationPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -43,8 +43,8 @@
</span><span class="cx"> @property (nonatomic, weak, setter=_setAlternateWebViewForNavigationGestures:) WKWebView *_alternateWebViewForNavigationGestures;
</span><span class="cx"> 
</span><span class="cx"> #if TARGET_OS_IPHONE
</span><del>-@property (nonatomic, setter=_setAllowsAlternateFullscreen:) BOOL _allowsAlternateFullscreen;
-@property (nonatomic, setter=_setFeatureCounterEnabled:) BOOL _featureCounterEnabled WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</del><ins>+@property (nonatomic, setter=_setAllowsAlternateFullscreen:) BOOL _allowsAlternateFullscreen WK_AVAILABLE(NA, WK_IOS_TBA);
+@property (nonatomic, setter=_setFeatureCounterEnabled:) BOOL _featureCounterEnabled WK_AVAILABLE(NA, WK_IOS_TBA);
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> @end
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWKWebViewPrivateh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewPrivate.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> 
</span><span class="cx"> typedef NS_OPTIONS(NSUInteger, _WKRenderingProgressEvents) {
</span><span class="cx">     _WKRenderingProgressEventFirstLayout = 1 &lt;&lt; 0,
</span><del>-    _WKRenderingProgressEventFirstVisuallyNonEmptyLayout = 1 &lt;&lt; 1,
</del><ins>+    _WKRenderingProgressEventFirstVisuallyNonEmptyLayout WK_ENUM_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA) = 1 &lt;&lt; 1,
</ins><span class="cx">     _WKRenderingProgressEventFirstPaintWithSignificantArea = 1 &lt;&lt; 2,
</span><span class="cx">     _WKRenderingProgressEventReachedSessionRestorationRenderTreeSizeThreshold WK_ENUM_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA) = 1 &lt;&lt; 3
</span><span class="cx"> } WK_ENUM_AVAILABLE(10_10, 8_0);
</span><span class="lines">@@ -80,7 +80,7 @@
</span><span class="cx"> @property (nonatomic, readonly) NSArray *_certificateChain;
</span><span class="cx"> @property (nonatomic, readonly) NSURL *_committedURL;
</span><span class="cx"> @property (nonatomic, readonly) NSString *_MIMEType;
</span><del>-@property (nonatomic, readonly) NSString *_userAgent;
</del><ins>+@property (nonatomic, readonly) NSString *_userAgent WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> @property (copy, setter=_setApplicationNameForUserAgent:) NSString *_applicationNameForUserAgent;
</span><span class="cx"> @property (copy, setter=_setCustomUserAgent:) NSString *_customUserAgent;
</span><span class="lines">@@ -142,9 +142,9 @@
</span><span class="cx"> 
</span><span class="cx"> // Deprecated: Use [_overrideLayoutParametersWithMinimumLayoutSize:maximumUnobscuredSizeOverride:] instead.
</span><span class="cx"> // This function is kept for binary compatibility with iOS 8.0, it can be removed after the bincompat window.
</span><del>-- (void)_overrideLayoutParametersWithMinimumLayoutSize:(CGSize)minimumLayoutSize minimumLayoutSizeForMinimalUI:(CGSize)minimumLayoutSizeForMinimalUI maximumUnobscuredSizeOverride:(CGSize)maximumUnobscuredSizeOverride;
</del><ins>+- (void)_overrideLayoutParametersWithMinimumLayoutSize:(CGSize)minimumLayoutSize minimumLayoutSizeForMinimalUI:(CGSize)minimumLayoutSizeForMinimalUI maximumUnobscuredSizeOverride:(CGSize)maximumUnobscuredSizeOverride WK_DEPRECATED(NA, NA, 8_0, WK_IOS_TBA, &quot;use -_overrideLayoutParametersWithMinimumLayoutSize:maximumUnobscuredSizeOverride:&quot;);
</ins><span class="cx"> 
</span><del>-- (void)_overrideLayoutParametersWithMinimumLayoutSize:(CGSize)minimumLayoutSize maximumUnobscuredSizeOverride:(CGSize)maximumUnobscuredSizeOverride;
</del><ins>+- (void)_overrideLayoutParametersWithMinimumLayoutSize:(CGSize)minimumLayoutSize maximumUnobscuredSizeOverride:(CGSize)maximumUnobscuredSizeOverride WK_AVAILABLE(NA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> - (UIView *)_viewForFindUI;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoa_WKWebsiteDataStoreh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKWebsiteDataStore.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx"> @property (readonly, getter=isNonPersistent) BOOL nonPersistent;
</span><span class="cx"> 
</span><del>-- (void)removeDataOfTypes:(WKWebsiteDataTypes)websiteDataTypes modifiedSince:(NSDate *)date completionHandler:(void (^)())completionHandler;
</del><ins>+- (void)removeDataOfTypes:(WKWebsiteDataTypes)websiteDataTypes modifiedSince:(NSDate *)date completionHandler:(void (^)())completionHandler WK_AVAILABLE(WK_MAC_TBA, WK_IOS_TBA);
</ins><span class="cx"> 
</span><span class="cx"> @end
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundleh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundle.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -81,7 +81,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 1.
</span><span class="cx">     WKBundleDidReceiveMessageToPageCallback                             didReceiveMessageToPage;
</span><del>-} WKBundleClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundleClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKBundleGetTypeID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageBannerh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageBanner.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageBanner.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageBanner.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx">     WKBundlePageBannerMouseUpCallback                                   mouseUp;
</span><span class="cx">     WKBundlePageBannerMouseMovedCallback                                mouseMoved;
</span><span class="cx">     WKBundlePageBannerMouseDraggedCallback                              mouseDragged;
</span><del>-} WKBundlePageBannerClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageBannerClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKBundlePageBannerGetTypeID();
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageContextMenuClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageContextMenuClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -56,6 +56,6 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKBundlePageGetContextMenuFromDefaultContextMenuCallback            getContextMenuFromDefaultMenu;
</span><del>-} WKBundlePageContextMenuClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageContextMenuClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageContextMenuClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageDiagnosticLoggingClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageDiagnosticLoggingClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -76,6 +76,6 @@
</span><span class="cx">     WKBundlePageLogDiagnosticMessageCallback                            logDiagnosticMessage;
</span><span class="cx">     WKBundlePageLogDiagnosticMessageWithResultCallback                  logDiagnosticMessageWithResult;
</span><span class="cx">     WKBundlePageLogDiagnosticMessageWithValueCallback                   logDiagnosticMessageWithValue;
</span><del>-} WKBundlePageDiagnosticLoggingClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageDiagnosticLoggingClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageDiagnosticLoggingClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageEditorClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageEditorClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -136,6 +136,6 @@
</span><span class="cx">     WKBundlePageWillWriteToPasteboard                                   willWriteToPasteboard;
</span><span class="cx">     WKBundlePageGetPasteboardDataForRange                               getPasteboardDataForRange;
</span><span class="cx">     WKBundlePageDidWriteToPasteboard                                    didWriteToPasteboard;
</span><del>-} WKBundlePageEditorClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageEditorClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageEditorClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageFormClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFormClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -112,6 +112,6 @@
</span><span class="cx">     WKBundlePageDidFocusTextFieldCallback                               didFocusTextField;
</span><span class="cx">     WKBundlePageShouldNotifyOnFormChangesCallback                       shouldNotifyOnFormChanges;
</span><span class="cx">     WKBundlePageDidAssociateFormControlsCallback                        didAssociateFormControls;
</span><del>-} WKBundlePageFormClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageFormClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageFormClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageFullScreenClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -78,6 +78,6 @@
</span><span class="cx">     WKBundlePageBeganEnterFullScreen                                    beganEnterFullScreen;
</span><span class="cx">     WKBundlePageBeganExitFullScreen                                     beganExitFullScreen;
</span><span class="cx">     WKBundlePageCloseFullScreen                                         closeFullScreen;
</span><del>-} WKBundlePageFullScreenClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageFullScreenClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageFullScreenClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageLoaderClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageLoaderClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -520,6 +520,6 @@
</span><span class="cx"> 
</span><span class="cx">     // Version 7
</span><span class="cx">     WKBundlePageWillDestroyFrame                                            willDestroyFrame;
</span><del>-} WKBundlePageLoaderClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageLoaderClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageLoaderClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageOverlayh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageOverlay.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -100,7 +100,7 @@
</span><span class="cx">     WKBundlePageOverlayMouseUpCallback                                  mouseUp;
</span><span class="cx">     WKBundlePageOverlayMouseMovedCallback                               mouseMoved;
</span><span class="cx">     WKBundlePageOverlayMouseDraggedCallback                             mouseDragged;
</span><del>-} WKBundlePageOverlayClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageOverlayClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> typedef WKTypeRef (*WKAccessibilityAttributeValueCallback)(WKBundlePageOverlayRef pageOverlay, WKStringRef attribute, WKTypeRef parameter, const void* clientInfo);
</span><span class="cx"> typedef WKArrayRef (*WKAccessibilityAttributeNamesCallback)(WKBundlePageOverlayRef pageOverlay, bool parameterizedNames, const void* clientInfo);
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx">     // Version 0.
</span><span class="cx">     WKAccessibilityAttributeValueCallback                               copyAccessibilityAttributeValue;
</span><span class="cx">     WKAccessibilityAttributeNamesCallback                               copyAccessibilityAttributeNames;
</span><del>-} WKBundlePageOverlayAccessibilityClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageOverlayAccessibilityClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> WK_EXPORT WKTypeID WKBundlePageOverlayGetTypeID();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePagePolicyClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePagePolicyClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -64,6 +64,6 @@
</span><span class="cx">     WKBundlePageDecidePolicyForNewWindowActionCallback                  decidePolicyForNewWindowAction;
</span><span class="cx">     WKBundlePageDecidePolicyForResponseCallback                         decidePolicyForResponse;
</span><span class="cx">     WKBundlePageUnableToImplementPolicyCallback                         unableToImplementPolicy;
</span><del>-} WKBundlePagePolicyClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePagePolicyClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePagePolicyClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageResourceLoadClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageResourceLoadClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -95,6 +95,6 @@
</span><span class="cx">     // Version 1.
</span><span class="cx">     WKBundlePageShouldCacheResponseCallback                             shouldCacheResponse;
</span><span class="cx">     WKBundlePageShouldUseCredentialStorageCallback                      shouldUseCredentialStorage;
</span><del>-} WKBundlePageResourceLoadClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageResourceLoadClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageResourceLoadClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2WebProcessInjectedBundleAPIcWKBundlePageUIClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageUIClient.h        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -201,6 +201,6 @@
</span><span class="cx">     WKBundlePagePlugInCreateStartLabelSubtitleCallback                  createPlugInStartLabelSubtitle;
</span><span class="cx">     WKBundlePagePlugInCreateExtraStyleSheetCallback                     createPlugInExtraStyleSheet;
</span><span class="cx">     WKBundlePagePlugInCreateExtraScriptCallback                         createPlugInExtraScript;
</span><del>-} WKBundlePageUIClient WK_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</del><ins>+} WKBundlePageUIClient WK_C_DEPRECATED(&quot;Use an explicit versioned struct instead&quot;);
</ins><span class="cx"> 
</span><span class="cx"> #endif // WKBundlePageUIClient_h
</span></span></pre></div>
<a id="trunkSourceWebKit2macrewriteavailabilitymacrossh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/mac/rewrite-availability-macros.sh (177746 => 177747)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/mac/rewrite-availability-macros.sh        2014-12-26 15:45:44 UTC (rev 177746)
+++ trunk/Source/WebKit2/mac/rewrite-availability-macros.sh        2014-12-26 19:18:49 UTC (rev 177747)
</span><span class="lines">@@ -47,7 +47,7 @@
</span><span class="cx"> 
</span><span class="cx">     for HEADER_PATH in $1/*.h; do
</span><span class="cx">         if [[ $HEADER_PATH -nt $TIMESTAMP_PATH ]]; then
</span><del>-            sed -e s/WK_MAC_TBA/${OSX_VERSION}/ -e s/WK_IOS_TBA/${IOS_VERSION}/ -e s/^WK_CLASS_AVAILABLE/NS_CLASS_AVAILABLE/ -e s/WK_AVAILABLE/NS_AVAILABLE/ -e s/WK_DESIGNATED_INITIALIZER/NS_DESIGNATED_INITIALIZER/ -e s/WK_ENUM_AVAILABLE/NS_ENUM_AVAILABLE/ -e s/WK_UNAVAILABLE/NS_UNAVAILABLE/ ${HEADER_PATH} &gt; ${TARGET_TEMP_DIR}/${HEADER_PATH##*/} || exit $_;
</del><ins>+            sed -e s/WK_MAC_TBA/${OSX_VERSION}/ -e s/WK_IOS_TBA/${IOS_VERSION}/ -e s/^WK_CLASS_AVAILABLE/NS_CLASS_AVAILABLE/ -e s/WK_AVAILABLE/NS_AVAILABLE/ -e s/WK_DEPRECATED/NS_DEPRECATED/ -e s/WK_DESIGNATED_INITIALIZER/NS_DESIGNATED_INITIALIZER/ -e s/WK_ENUM_AVAILABLE/NS_ENUM_AVAILABLE/ -e s/WK_UNAVAILABLE/NS_UNAVAILABLE/ ${HEADER_PATH} &gt; ${TARGET_TEMP_DIR}/${HEADER_PATH##*/} || exit $_;
</ins><span class="cx">             mv ${TARGET_TEMP_DIR}/${HEADER_PATH##*/} $HEADER_PATH;
</span><span class="cx">         fi
</span><span class="cx">     done
</span></span></pre>
</div>
</div>

</body>
</html>