<!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>[192910] trunk</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/192910">192910</a></dd>
<dt>Author</dt> <dd>andersca@apple.com</dd>
<dt>Date</dt> <dd>2015-12-01 13:57:17 -0800 (Tue, 01 Dec 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Remove WebKit2.framework
https://bugs.webkit.org/show_bug.cgi?id=151715

Reviewed by Dan Bernstein.

Source/WebKit2:

* Configurations/WebKit2.xcconfig: Removed.
* UIProcess/API/Cocoa/WebKit2.h: Removed.
* WebKit2.xcodeproj/project.pbxproj:
* mac/Info-WebKit2.plist: Removed.
* mac/MigrateHeadersToWebKit2.make: Removed.
* mac/WebKit2.m: Removed.

Tools:

* TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad.cpp:
* TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad_bundle.cpp:
* TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme.mm:
* TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm:
* TestWebKitAPI/Tests/WebKit2ObjC/PreventImageLoadWithAutoResizing.mm:
* TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm:
* TestWebKitAPI/mac/TestBrowsingContextLoadDelegate.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2StopLoadingDuringDidFailProvisionalLoadcpp">trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2StopLoadingDuringDidFailProvisionalLoad_bundlecpp">trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad_bundle.cpp</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2ObjCCustomProtocolsInvalidSchememm">trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme.mm</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2ObjCCustomProtocolsTestmm">trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2ObjCPreventImageLoadWithAutoResizingmm">trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/PreventImageLoadWithAutoResizing.mm</a></li>
<li><a href="#trunkToolsTestWebKitAPITestsWebKit2ObjCUserContentTestmm">trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm</a></li>
<li><a href="#trunkToolsTestWebKitAPImacTestBrowsingContextLoadDelegateh">trunk/Tools/TestWebKitAPI/mac/TestBrowsingContextLoadDelegate.h</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebKit2ConfigurationsWebKit2xcconfig">trunk/Source/WebKit2/Configurations/WebKit2.xcconfig</a></li>
<li><a href="#trunkSourceWebKit2UIProcessAPICocoaWebKit2h">trunk/Source/WebKit2/UIProcess/API/Cocoa/WebKit2.h</a></li>
<li><a href="#trunkSourceWebKit2macInfoWebKit2plist">trunk/Source/WebKit2/mac/Info-WebKit2.plist</a></li>
<li><a href="#trunkSourceWebKit2macMigrateHeadersToWebKit2make">trunk/Source/WebKit2/mac/MigrateHeadersToWebKit2.make</a></li>
<li><a href="#trunkSourceWebKit2macWebKit2m">trunk/Source/WebKit2/mac/WebKit2.m</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/ChangeLog        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove WebKit2.framework
+        https://bugs.webkit.org/show_bug.cgi?id=151715
+
+        Reviewed by Dan Bernstein.
+
+        * Configurations/WebKit2.xcconfig: Removed.
+        * UIProcess/API/Cocoa/WebKit2.h: Removed.
+        * WebKit2.xcodeproj/project.pbxproj:
+        * mac/Info-WebKit2.plist: Removed.
+        * mac/MigrateHeadersToWebKit2.make: Removed.
+        * mac/WebKit2.m: Removed.
+
</ins><span class="cx"> 2015-12-01  Alex Christensen  &lt;achristensen@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Use Optional for matrix inverses
</span></span></pre></div>
<a id="trunkSourceWebKit2ConfigurationsWebKit2xcconfig"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/Configurations/WebKit2.xcconfig (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/Configurations/WebKit2.xcconfig        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/Configurations/WebKit2.xcconfig        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,50 +0,0 @@
</span><del>-// Copyright (C) 2010, 2013, 2014 Apple Inc. All rights reserved.
-//
-// Redistribution and use in source and binary forms, with or without
-// modification, are permitted provided that the following conditions
-// are met:
-// 1. Redistributions of source code must retain the above copyright
-//    notice, this list of conditions and the following disclaimer.
-// 2. Redistributions in binary form must reproduce the above copyright
-//    notice, this list of conditions and the following disclaimer in the
-//    documentation and/or other materials provided with the distribution.
-//
-// THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
-// EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-// PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
-// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
-// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-#include &quot;Version.xcconfig&quot;
-
-PRODUCT_NAME = WebKit2;
-INFOPLIST_FILE = mac/Info-WebKit2.plist;
-
-OTHER_LDFLAGS = $(inherited) -framework WebKit -sub_umbrella WebKit;
-
-INSTALL_PATH = $(WEBKIT2_FRAMEWORKS_DIR);
-
-DYLIB_INSTALL_NAME_BASE[sdk=macosx*] = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR);
-
-SKIP_INSTALL = YES;
-SKIP_INSTALL[sdk=macosx10.9*] = NO;
-
-NORMAL_WEBKIT2_FRAMEWORKS_DIR[sdk=iphone*] = $(PRODUCTION_FRAMEWORKS_DIR);
-NORMAL_WEBKIT2_FRAMEWORKS_DIR[sdk=macosx*] = $(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
-
-WEBKIT2_FRAMEWORKS_DIR[sdk=iphone*] = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR);
-WEBKIT2_FRAMEWORKS_DIR = $(WEBKIT2_FRAMEWORKS_DIR_$(PLATFORM_NAME)_USE_STAGING_INSTALL_PATH_$(USE_STAGING_INSTALL_PATH));
-WEBKIT2_FRAMEWORKS_DIR_macosx_USE_STAGING_INSTALL_PATH_ = $(WEBKIT2_FRAMEWORKS_DIR_macosx_USE_STAGING_INSTALL_PATH_NO);
-WEBKIT2_FRAMEWORKS_DIR_macosx_USE_STAGING_INSTALL_PATH_NO = $(NORMAL_WEBKIT2_FRAMEWORKS_DIR);
-WEBKIT2_FRAMEWORKS_DIR_macosx_USE_STAGING_INSTALL_PATH_YES = $(SYSTEM_LIBRARY_DIR)/StagedFrameworks/Safari;
-
-NORMAL_PRODUCTION_FRAMEWORKS_DIR[sdk=iphone*] = $(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
-NORMAL_PRODUCTION_FRAMEWORKS_DIR[sdk=macosx*] = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks;
-
-INSTALLHDRS_SCRIPT_PHASE = YES;
</del></span></pre></div>
<a id="trunkSourceWebKit2UIProcessAPICocoaWebKit2h"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/UIProcess/API/Cocoa/WebKit2.h (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WebKit2.h        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WebKit2.h        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-/*
- * Copyright (C) 2012 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#import &lt;WebKit/WKBrowsingContextController.h&gt;
-#import &lt;WebKit/WKBrowsingContextGroup.h&gt;
-#import &lt;WebKit/WKBrowsingContextLoadDelegate.h&gt;
-#import &lt;WebKit/WKBrowsingContextPolicyDelegate.h&gt;
-#import &lt;WebKit/WKConnection.h&gt;
-#import &lt;WebKit/WKFoundation.h&gt;
-#import &lt;WebKit/WKProcessGroup.h&gt;
-#import &lt;WebKit/WKView.h&gt;
</del></span></pre></div>
<a id="trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -16,7 +16,6 @@
</span><span class="cx">                                 BCFFCA8B160D6E7B003DF315 /* Copy XPC services for engineering builds */,
</span><span class="cx">                         );
</span><span class="cx">                         dependencies = (
</span><del>-                                1A6280F619199865006AD9F9 /* PBXTargetDependency */,
</del><span class="cx">                                 1A50DB3C110A3C19000D3FE5 /* PBXTargetDependency */,
</span><span class="cx">                                 51A60B2C180CCF1200F3BF50 /* PBXTargetDependency */,
</span><span class="cx">                                 510CC8481613C85300D03ED3 /* PBXTargetDependency */,
</span><span class="lines">@@ -214,7 +213,6 @@
</span><span class="cx">                 1A3635A91A3144A300ED6197 /* APIWebsiteDataStore.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A3635A71A3144A300ED6197 /* APIWebsiteDataStore.cpp */; };
</span><span class="cx">                 1A3635AA1A3144A300ED6197 /* APIWebsiteDataStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3635A81A3144A300ED6197 /* APIWebsiteDataStore.h */; };
</span><span class="cx">                 1A3635AD1A3145E500ED6197 /* APIWebsiteDataStoreCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A3635AB1A3145E500ED6197 /* APIWebsiteDataStoreCocoa.mm */; };
</span><del>-                1A3A73CE1A48C6D4007231B3 /* APIPageGroupHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3A73CC1A48C6D4007231B3 /* APIPageGroupHandle.h */; };
</del><span class="cx">                 1A3A73CF1A48C7F1007231B3 /* APIPageGroupHandle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A3A73CB1A48C6D4007231B3 /* APIPageGroupHandle.cpp */; };
</span><span class="cx">                 1A3C888018A5ABAE00C4C962 /* WKPreferencesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3C887F18A5ABAE00C4C962 /* WKPreferencesInternal.h */; };
</span><span class="cx">                 1A3CC16618906ACF001E6ED8 /* WKWebView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A3CC16418906ACF001E6ED8 /* WKWebView.mm */; };
</span><span class="lines">@@ -281,7 +279,6 @@
</span><span class="cx">                 1A60224D18C16B9F00C3E8C9 /* VisitedLinkStoreMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A60224B18C16B9F00C3E8C9 /* VisitedLinkStoreMessages.h */; };
</span><span class="cx">                 1A6280C51919949F006AD9F9 /* WebKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6280C41919949F006AD9F9 /* WebKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
</span><span class="cx">                 1A6280C71919950C006AD9F9 /* WebKitPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6280C61919950C006AD9F9 /* WebKitPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                1A6280F019199800006AD9F9 /* WebKit2.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6280EE19199800006AD9F9 /* WebKit2.m */; };
</del><span class="cx">                 1A6280F31919982A006AD9F9 /* WebKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A6280F21919982A006AD9F9 /* WebKit.m */; };
</span><span class="cx">                 1A6420E412DCE2FF00CAAE2C /* ShareableBitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6420E212DCE2FF00CAAE2C /* ShareableBitmap.cpp */; };
</span><span class="cx">                 1A6420E512DCE2FF00CAAE2C /* ShareableBitmap.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6420E312DCE2FF00CAAE2C /* ShareableBitmap.h */; };
</span><span class="lines">@@ -306,7 +303,6 @@
</span><span class="cx">                 1A6FBA2B11E6862700DB1371 /* NetscapeBrowserFuncs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6FBA2911E6862700DB1371 /* NetscapeBrowserFuncs.cpp */; };
</span><span class="cx">                 1A6FBD2811E69BC200DB1371 /* NetscapePlugin.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6FBD2611E69BC200DB1371 /* NetscapePlugin.h */; };
</span><span class="cx">                 1A6FBD2911E69BC200DB1371 /* NetscapePlugin.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A6FBD2711E69BC200DB1371 /* NetscapePlugin.cpp */; };
</span><del>-                1A7284471959ED100007BCE5 /* SessionStateConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A7284451959ED100007BCE5 /* SessionStateConversion.h */; };
</del><span class="cx">                 1A7284481959F8040007BCE5 /* SessionStateConversion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A7284441959ED100007BCE5 /* SessionStateConversion.cpp */; };
</span><span class="cx">                 1A7865B916CAC71500ACE83A /* PluginProcessConnectionManagerMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A7865B716CAC71500ACE83A /* PluginProcessConnectionManagerMessageReceiver.cpp */; };
</span><span class="cx">                 1A7865BA16CAC71500ACE83A /* PluginProcessConnectionManagerMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A7865B816CAC71500ACE83A /* PluginProcessConnectionManagerMessages.h */; };
</span><span class="lines">@@ -469,7 +465,6 @@
</span><span class="cx">                 1AD60F5E18E20F4C0020C034 /* WKWindowFeatures.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */; settings = {ATTRIBUTES = (Public, ); }; };
</span><span class="cx">                 1AD60F6018E20F740020C034 /* WKWindowFeaturesInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */; };
</span><span class="cx">                 1AD8790A18B6C38A006CAFD7 /* WKUIDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
</span><del>-                1ADAE12E1919A5B400F48E21 /* WKPreferences.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 1ADCB86A189831B30022EE5A /* NavigationActionData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ADCB868189831B30022EE5A /* NavigationActionData.cpp */; };
</span><span class="cx">                 1ADCB86B189831B30022EE5A /* NavigationActionData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADCB869189831B30022EE5A /* NavigationActionData.h */; };
</span><span class="cx">                 1ADE46B21954EC61000F7985 /* WKSessionStateRef.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1ADE46B01954EC61000F7985 /* WKSessionStateRef.cpp */; };
</span><span class="lines">@@ -505,7 +500,6 @@
</span><span class="cx">                 1AF4129B18B40FCD00546FDC /* WKNavigationActionPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF4129A18B40FCD00546FDC /* WKNavigationActionPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 1AF4592E19464B2000F9D4A2 /* WKError.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AF4592C19464B2000F9D4A2 /* WKError.mm */; };
</span><span class="cx">                 1AF4592F19464B2000F9D4A2 /* WKError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF4592D19464B2000F9D4A2 /* WKError.h */; settings = {ATTRIBUTES = (Public, ); }; };
</span><del>-                1AF459321946559500F9D4A2 /* WKError.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF459301946540700F9D4A2 /* WKError.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 1AF4CEEF18BC481800BC2D34 /* VisitedLinkTableController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1AF4CEED18BC481800BC2D34 /* VisitedLinkTableController.cpp */; };
</span><span class="cx">                 1AF4CEF018BC481800BC2D34 /* VisitedLinkTableController.h in Headers */ = {isa = PBXBuildFile; fileRef = 1AF4CEEE18BC481800BC2D34 /* VisitedLinkTableController.h */; };
</span><span class="cx">                 1AFA3AC818E61C61003CCBAE /* WKUserContentController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1AFA3AC618E61C61003CCBAE /* WKUserContentController.mm */; };
</span><span class="lines">@@ -1113,7 +1107,6 @@
</span><span class="cx">                 7C4ABED11AA8E9F00088AA37 /* WebCompiledContentExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4ABECF1AA8E9F00088AA37 /* WebCompiledContentExtension.h */; };
</span><span class="cx">                 7C4ABED41AA8FCB80088AA37 /* WebCompiledContentExtensionData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C4ABED21AA8FCB80088AA37 /* WebCompiledContentExtensionData.cpp */; };
</span><span class="cx">                 7C4ABED51AA8FCB80088AA37 /* WebCompiledContentExtensionData.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4ABED31AA8FCB80088AA37 /* WebCompiledContentExtensionData.h */; };
</span><del>-                7C4ED3291A3119D90079BD49 /* InjectedBundleCSSStyleDeclarationHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C4ED3271A3119D90079BD49 /* InjectedBundleCSSStyleDeclarationHandle.h */; };
</del><span class="cx">                 7C6D37FC172F555F009D2847 /* PageBannerMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C6D37FA172F555F009D2847 /* PageBannerMac.mm */; };
</span><span class="cx">                 7C6E70FB18B2DC7A00F24E2E /* WebProcessCocoa.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7C6E70F918B2D4A000F24E2E /* WebProcessCocoa.mm */; };
</span><span class="cx">                 7C85FD7C193415A8000177C4 /* WebPreferencesDefinitions.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C85FD7B193415A8000177C4 /* WebPreferencesDefinitions.h */; };
</span><span class="lines">@@ -1459,7 +1452,6 @@
</span><span class="cx">                 BC5750971268F3C6006F0F12 /* WebPopupMenuProxyMac.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5750951268F3C6006F0F12 /* WebPopupMenuProxyMac.h */; };
</span><span class="cx">                 BC5750981268F3C6006F0F12 /* WebPopupMenuProxyMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC5750961268F3C6006F0F12 /* WebPopupMenuProxyMac.mm */; };
</span><span class="cx">                 BC575613126E0138006F0F12 /* APIError.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC575612126E0138006F0F12 /* APIError.cpp */; };
</span><del>-                BC59548915C7868500FD1E3E /* WebKit2.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59548815C7868500FD1E3E /* WebKit2.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 BC5C75C814954DA600BC4775 /* WKConnectionInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = BC5C75C614954DA600BC4775 /* WKConnectionInternal.h */; };
</span><span class="cx">                 BC5D24A116CC3B9E007D5461 /* ChildProcessMain.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC5D249F16CC3B9E007D5461 /* ChildProcessMain.mm */; };
</span><span class="cx">                 BC5D24A216CC3B9E007D5461 /* ChildProcessMain.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC5D249F16CC3B9E007D5461 /* ChildProcessMain.mm */; };
</span><span class="lines">@@ -1785,7 +1777,6 @@
</span><span class="cx">                 E19582D3153CBFD700B60875 /* PDFKitImports.h in Headers */ = {isa = PBXBuildFile; fileRef = E19582D2153CBFD700B60875 /* PDFKitImports.h */; };
</span><span class="cx">                 E19582D6153CC05400B60875 /* PDFKitImports.mm in Sources */ = {isa = PBXBuildFile; fileRef = E19582D4153CC05300B60875 /* PDFKitImports.mm */; };
</span><span class="cx">                 E19BDA86193665E300B97F57 /* com.apple.appstore.CodeRedeemerNetscapePlugin.sb in Copy Plug-in Sandbox Profiles */ = {isa = PBXBuildFile; fileRef = E19BDA8419365F4B00B97F57 /* com.apple.appstore.CodeRedeemerNetscapePlugin.sb */; };
</span><del>-                E19BDA8A193686A400B97F57 /* SandboxUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = E19BDA88193686A400B97F57 /* SandboxUtilities.h */; };
</del><span class="cx">                 E19BDA8B19368D4600B97F57 /* SandboxUtilities.mm in Sources */ = {isa = PBXBuildFile; fileRef = E19BDA87193686A400B97F57 /* SandboxUtilities.mm */; };
</span><span class="cx">                 E1A31732134CEA6C007C9A4F /* AttributedString.h in Headers */ = {isa = PBXBuildFile; fileRef = E1A31731134CEA6C007C9A4F /* AttributedString.h */; };
</span><span class="cx">                 E1A31735134CEA80007C9A4F /* AttributedString.mm in Sources */ = {isa = PBXBuildFile; fileRef = E1A31734134CEA80007C9A4F /* AttributedString.mm */; };
</span><span class="lines">@@ -1868,20 +1859,6 @@
</span><span class="cx">                         remoteGlobalIDString = 1A50DB1D110A3BDC000D3FE5;
</span><span class="cx">                         remoteInfo = WebProcess;
</span><span class="cx">                 };
</span><del>-                1A6280EB191997D3006AD9F9 /* PBXContainerItemProxy */ = {
-                        isa = PBXContainerItemProxy;
-                        containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
-                        proxyType = 1;
-                        remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
-                        remoteInfo = WebKit;
-                };
-                1A6280F519199865006AD9F9 /* PBXContainerItemProxy */ = {
-                        isa = PBXContainerItemProxy;
-                        containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
-                        proxyType = 1;
-                        remoteGlobalIDString = 1A6280CF191997BD006AD9F9;
-                        remoteInfo = WebKit2;
-                };
</del><span class="cx">                 375E0626191EA8CC004E3CAF /* PBXContainerItemProxy */ = {
</span><span class="cx">                         isa = PBXContainerItemProxy;
</span><span class="cx">                         containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
</span><span class="lines">@@ -2405,7 +2382,6 @@
</span><span class="cx">                 1A4F976C100E7B6600637A18 /* FeatureDefines.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = FeatureDefines.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A4F976E100E7B6600637A18 /* Version.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Version.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A50DB1E110A3BDC000D3FE5 /* WebProcess.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebProcess.app; sourceTree = BUILT_PRODUCTS_DIR; };
</span><del>-                1A50F0F819199E42001ACD12 /* WebKit2.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = WebKit2.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 1A52C0F51A38CDC70016160A /* WebStorageNamespaceProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebStorageNamespaceProvider.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A52C0F61A38CDC70016160A /* WebStorageNamespaceProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebStorageNamespaceProvider.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A53C2A41A32569F004E8C70 /* WebsiteDataStore.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebsiteDataStore.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -2429,9 +2405,6 @@
</span><span class="cx">                 1A60224B18C16B9F00C3E8C9 /* VisitedLinkStoreMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VisitedLinkStoreMessages.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A6280C41919949F006AD9F9 /* WebKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKit.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A6280C61919950C006AD9F9 /* WebKitPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitPrivate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                1A6280D0191997BD006AD9F9 /* WebKit2.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WebKit2.framework; sourceTree = BUILT_PRODUCTS_DIR; };
-                1A6280ED191997EB006AD9F9 /* Info-WebKit2.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = &quot;Info-WebKit2.plist&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
-                1A6280EE19199800006AD9F9 /* WebKit2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKit2.m; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 1A6280F21919982A006AD9F9 /* WebKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebKit.m; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A6420E212DCE2FF00CAAE2C /* ShareableBitmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ShareableBitmap.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1A6420E312DCE2FF00CAAE2C /* ShareableBitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ShareableBitmap.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -2644,7 +2617,6 @@
</span><span class="cx">                 1AD60F5C18E20F4C0020C034 /* WKWindowFeatures.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeatures.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1AD60F5F18E20F740020C034 /* WKWindowFeaturesInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKWindowFeaturesInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1AD8790918B6C38A006CAFD7 /* WKUIDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKUIDelegate.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                1ADAE12B1919A38E00F48E21 /* MigrateHeadersToWebKit2.make */ = {isa = PBXFileReference; lastKnownFileType = text; path = MigrateHeadersToWebKit2.make; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKPreferences.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1ADCB868189831B30022EE5A /* NavigationActionData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NavigationActionData.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 1ADCB869189831B30022EE5A /* NavigationActionData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NavigationActionData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -3730,7 +3702,6 @@
</span><span class="cx">                 BC5750951268F3C6006F0F12 /* WebPopupMenuProxyMac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebPopupMenuProxyMac.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC5750961268F3C6006F0F12 /* WebPopupMenuProxyMac.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WebPopupMenuProxyMac.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC575612126E0138006F0F12 /* APIError.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = APIError.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                BC59548815C7868500FD1E3E /* WebKit2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKit2.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 BC5C75C614954DA600BC4775 /* WKConnectionInternal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKConnectionInternal.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC5D249F16CC3B9E007D5461 /* ChildProcessMain.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = ChildProcessMain.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 BC5D24B816CC40BB007D5461 /* BaseLegacyProcess.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = BaseLegacyProcess.xcconfig; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -4149,13 +4120,6 @@
</span><span class="cx"> /* End PBXFileReference section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXFrameworksBuildPhase section */
</span><del>-                1A6280CC191997BD006AD9F9 /* Frameworks */ = {
-                        isa = PBXFrameworksBuildPhase;
-                        buildActionMask = 2147483647;
-                        files = (
-                        );
-                        runOnlyForDeploymentPostprocessing = 0;
-                };
</del><span class="cx">                 1AC25FAE12A48EA700BD2671 /* Frameworks */ = {
</span><span class="cx">                         isa = PBXFrameworksBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -4328,7 +4292,6 @@
</span><span class="cx">                                 1AC25FB012A48EA700BD2671 /* PluginProcessShim.dylib */,
</span><span class="cx">                                 510031F61379CACB00C8DFE4 /* SecItemShim.dylib */,
</span><span class="cx">                                 8DC2EF5B0486A6940098B216 /* WebKit.framework */,
</span><del>-                                1A6280D0191997BD006AD9F9 /* WebKit2.framework */,
</del><span class="cx">                                 1A50DB1E110A3BDC000D3FE5 /* WebProcess.app */,
</span><span class="cx">                                 CDC3830617211799008A2FC3 /* WebProcessShim.dylib */,
</span><span class="cx">                         );
</span><span class="lines">@@ -4502,7 +4465,6 @@
</span><span class="cx">                                 1AFB4C6F1ADF155D00B33339 /* _WKWebsiteDataStore.mm */,
</span><span class="cx">                                 1A4A93B61AEB08EA00150E9C /* _WKWebsiteDataStoreInternal.h */,
</span><span class="cx">                                 1A8B66AE1BC43C860082DF77 /* PageLoadStateObserver.h */,
</span><del>-                                BC59548815C7868500FD1E3E /* WebKit2.h */,
</del><span class="cx">                                 BCBAAC6C144E61910053F82F /* WKBrowsingContextController.h */,
</span><span class="cx">                                 BCBAAC6D144E61920053F82F /* WKBrowsingContextController.mm */,
</span><span class="cx">                                 BCBAAC6E144E61920053F82F /* WKBrowsingContextControllerInternal.h */,
</span><span class="lines">@@ -4611,7 +4573,6 @@
</span><span class="cx">                                 BCACC40F16B0B8A800B6E092 /* WebContentService.Development.xcconfig */,
</span><span class="cx">                                 BCACC40E16B0B8A800B6E092 /* WebContentService.xcconfig */,
</span><span class="cx">                                 BCB86F4B116AAACD00CE20B7 /* WebKit.xcconfig */,
</span><del>-                                1A50F0F819199E42001ACD12 /* WebKit2.xcconfig */,
</del><span class="cx">                                 A1EDD2DD1884B9E300BBFE98 /* WebProcessShim.xcconfig */,
</span><span class="cx">                         );
</span><span class="cx">                         path = Configurations;
</span><span class="lines">@@ -4634,9 +4595,6 @@
</span><span class="cx">                 1A6280CA19199754006AD9F9 /* WebKit2 Framework */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                1A6280ED191997EB006AD9F9 /* Info-WebKit2.plist */,
-                                1ADAE12B1919A38E00F48E21 /* MigrateHeadersToWebKit2.make */,
-                                1A6280EE19199800006AD9F9 /* WebKit2.m */,
</del><span class="cx">                                 1AF459301946540700F9D4A2 /* WKError.h */,
</span><span class="cx">                                 1ADAE12D1919A5B400F48E21 /* WKPreferences.h */,
</span><span class="cx">                         );
</span><span class="lines">@@ -7622,19 +7580,6 @@
</span><span class="cx"> /* End PBXGroup section */
</span><span class="cx"> 
</span><span class="cx"> /* Begin PBXHeadersBuildPhase section */
</span><del>-                1A6280CD191997BD006AD9F9 /* Headers */ = {
-                        isa = PBXHeadersBuildPhase;
-                        buildActionMask = 2147483647;
-                        files = (
-                                1A3A73CE1A48C6D4007231B3 /* APIPageGroupHandle.h in Headers */,
-                                7C4ED3291A3119D90079BD49 /* InjectedBundleCSSStyleDeclarationHandle.h in Headers */,
-                                E19BDA8A193686A400B97F57 /* SandboxUtilities.h in Headers */,
-                                1A7284471959ED100007BCE5 /* SessionStateConversion.h in Headers */,
-                                1AF459321946559500F9D4A2 /* WKError.h in Headers */,
-                                1ADAE12E1919A5B400F48E21 /* WKPreferences.h in Headers */,
-                        );
-                        runOnlyForDeploymentPostprocessing = 0;
-                };
</del><span class="cx">                 1AC25FAC12A48EA700BD2671 /* Headers */ = {
</span><span class="cx">                         isa = PBXHeadersBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -8159,7 +8104,6 @@
</span><span class="cx">                                 1CBBE4A119B66C53006B7D81 /* WebInspectorUIMessages.h in Headers */,
</span><span class="cx">                                 2DA944A01884E4F000ED86DB /* WebIOSEventFactory.h in Headers */,
</span><span class="cx">                                 1A6280C51919949F006AD9F9 /* WebKit.h in Headers */,
</span><del>-                                BC59548915C7868500FD1E3E /* WebKit2.h in Headers */,
</del><span class="cx">                                 BCB63478116BF10600603215 /* WebKit2_C.h in Headers */,
</span><span class="cx">                                 BC9BA5051697C45300E44616 /* WebKit2Initialize.h in Headers */,
</span><span class="cx">                                 1A6280C71919950C006AD9F9 /* WebKitPrivate.h in Headers */,
</span><span class="lines">@@ -8596,26 +8540,6 @@
</span><span class="cx">                         productReference = 1A50DB1E110A3BDC000D3FE5 /* WebProcess.app */;
</span><span class="cx">                         productType = &quot;com.apple.product-type.application&quot;;
</span><span class="cx">                 };
</span><del>-                1A6280CF191997BD006AD9F9 /* WebKit2 */ = {
-                        isa = PBXNativeTarget;
-                        buildConfigurationList = 1A6280E3191997BE006AD9F9 /* Build configuration list for PBXNativeTarget &quot;WebKit2&quot; */;
-                        buildPhases = (
-                                1ADAE1301919A9C600F48E21 /* Update Info.plist with version information */,
-                                1A6280CB191997BD006AD9F9 /* Sources */,
-                                1A6280CC191997BD006AD9F9 /* Frameworks */,
-                                1A6280CD191997BD006AD9F9 /* Headers */,
-                                1ADAE12C1919A43F00F48E21 /* Migrate Headers to WebKit2 */,
-                        );
-                        buildRules = (
-                        );
-                        dependencies = (
-                                1A6280EC191997D3006AD9F9 /* PBXTargetDependency */,
-                        );
-                        name = WebKit2;
-                        productName = WebKit2;
-                        productReference = 1A6280D0191997BD006AD9F9 /* WebKit2.framework */;
-                        productType = &quot;com.apple.product-type.framework&quot;;
-                };
</del><span class="cx">                 1AC25FAF12A48EA700BD2671 /* PluginProcessShim */ = {
</span><span class="cx">                         isa = PBXNativeTarget;
</span><span class="cx">                         buildConfigurationList = 1AC25FBA12A48EB600BD2671 /* Build configuration list for PBXNativeTarget &quot;PluginProcessShim&quot; */;
</span><span class="lines">@@ -8969,7 +8893,6 @@
</span><span class="cx">                         targets = (
</span><span class="cx">                                 1A50DB38110A3C13000D3FE5 /* All */,
</span><span class="cx">                                 8DC2EF4F0486A6940098B216 /* WebKit */,
</span><del>-                                1A6280CF191997BD006AD9F9 /* WebKit2 */,
</del><span class="cx">                                 1A50DB1D110A3BDC000D3FE5 /* WebProcess */,
</span><span class="cx">                                 BCDE093313272496001259FB /* PluginProcess */,
</span><span class="cx">                                 51FA1E17180CCADE00C44BE9 /* DatabaseProcess */,
</span><span class="lines">@@ -9183,20 +9106,6 @@
</span><span class="cx">                         shellPath = /bin/sh;
</span><span class="cx">                         shellScript = &quot;WKFOUNDATION_H=${TARGET_BUILD_DIR}/${PUBLIC_HEADERS_FOLDER_PATH}/WKFoundation.h\n\nif [[ \&quot;${WK_FRAMEWORK_HEADER_POSTPROCESSING_DISABLED}\&quot; == \&quot;YES\&quot; ]]; then\n    UNIFDEF_OPTIONS=\&quot;-UWK_FRAMEWORK_HEADER_POSTPROCESSING_ENABLED\&quot;;\nelse\n    UNIFDEF_OPTIONS=\&quot;-DWK_FRAMEWORK_HEADER_POSTPROCESSING_ENABLED\&quot;;\nfi\n\nunifdef -B ${UNIFDEF_OPTIONS} -o ${WKFOUNDATION_H}.unifdef ${WKFOUNDATION_H}\n\ncase $? in\n0)\n    rm ${WKFOUNDATION_H}.unifdef\n    ;;\n1)\n    mv ${WKFOUNDATION_H}{.unifdef,}\n    ;;\n*)\n    exit 1\nesac\n&quot;;
</span><span class="cx">                 };
</span><del>-                1ADAE12C1919A43F00F48E21 /* Migrate Headers to WebKit2 */ = {
-                        isa = PBXShellScriptBuildPhase;
-                        buildActionMask = 2147483647;
-                        files = (
-                        );
-                        inputPaths = (
-                        );
-                        name = &quot;Migrate Headers to WebKit2&quot;;
-                        outputPaths = (
-                        );
-                        runOnlyForDeploymentPostprocessing = 0;
-                        shellPath = /bin/sh;
-                        shellScript = &quot;if [ \&quot;${ACTION}\&quot; = \&quot;build\&quot; -o \&quot;${ACTION}\&quot; = \&quot;install\&quot; -o \&quot;${ACTION}\&quot; = \&quot;installhdrs\&quot; ]; then\n    mkdir -p \&quot;${TARGET_BUILD_DIR}/${PRIVATE_HEADERS_FOLDER_PATH}\&quot;\n    make -C mac -f \&quot;MigrateHeadersToWebKit2.make\&quot; -j `/usr/sbin/sysctl -n hw.activecpu`\nfi\n&quot;;
-                };
</del><span class="cx">                 1ADAE12F1919A90C00F48E21 /* Update Info.plist with version information */ = {
</span><span class="cx">                         isa = PBXShellScriptBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -9213,22 +9122,6 @@
</span><span class="cx">                         shellPath = /bin/sh;
</span><span class="cx">                         shellScript = &quot;# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \&quot;${CONFIGURATION}\&quot; != \&quot;Production\&quot; ]]; then\ntouch \&quot;${PROJECT_DIR}/Info.plist\&quot;;\nfi;\n&quot;;
</span><span class="cx">                 };
</span><del>-                1ADAE1301919A9C600F48E21 /* Update Info.plist with version information */ = {
-                        isa = PBXShellScriptBuildPhase;
-                        buildActionMask = 2147483647;
-                        files = (
-                        );
-                        inputPaths = (
-                                &quot;$(PROJECT_DIR)/Configurations/Version.xcconfig&quot;,
-                        );
-                        name = &quot;Update Info.plist with version information&quot;;
-                        outputPaths = (
-                                &quot;${PROJECT_DIR}/mac/WebKit2.plist&quot;,
-                        );
-                        runOnlyForDeploymentPostprocessing = 0;
-                        shellPath = /bin/sh;
-                        shellScript = &quot;# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \&quot;${CONFIGURATION}\&quot; != \&quot;Production\&quot; ]]; then\ntouch \&quot;${PROJECT_DIR}/mac/Info-WebKit2.plist\&quot;;\nfi;\n&quot;;
-                };
</del><span class="cx">                 3713F0231429063D0036387F /* Check For Inappropriate Objective-C Class Names */ = {
</span><span class="cx">                         isa = PBXShellScriptBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -9461,14 +9354,6 @@
</span><span class="cx">                         );
</span><span class="cx">                         runOnlyForDeploymentPostprocessing = 0;
</span><span class="cx">                 };
</span><del>-                1A6280CB191997BD006AD9F9 /* Sources */ = {
-                        isa = PBXSourcesBuildPhase;
-                        buildActionMask = 2147483647;
-                        files = (
-                                1A6280F019199800006AD9F9 /* WebKit2.m in Sources */,
-                        );
-                        runOnlyForDeploymentPostprocessing = 0;
-                };
</del><span class="cx">                 1AC25FAD12A48EA700BD2671 /* Sources */ = {
</span><span class="cx">                         isa = PBXSourcesBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="lines">@@ -10418,16 +10303,6 @@
</span><span class="cx">                         target = 1A50DB1D110A3BDC000D3FE5 /* WebProcess */;
</span><span class="cx">                         targetProxy = 1A50DB3B110A3C19000D3FE5 /* PBXContainerItemProxy */;
</span><span class="cx">                 };
</span><del>-                1A6280EC191997D3006AD9F9 /* PBXTargetDependency */ = {
-                        isa = PBXTargetDependency;
-                        target = 8DC2EF4F0486A6940098B216 /* WebKit */;
-                        targetProxy = 1A6280EB191997D3006AD9F9 /* PBXContainerItemProxy */;
-                };
-                1A6280F619199865006AD9F9 /* PBXTargetDependency */ = {
-                        isa = PBXTargetDependency;
-                        target = 1A6280CF191997BD006AD9F9 /* WebKit2 */;
-                        targetProxy = 1A6280F519199865006AD9F9 /* PBXContainerItemProxy */;
-                };
</del><span class="cx">                 375E0627191EA8CC004E3CAF /* PBXTargetDependency */ = {
</span><span class="cx">                         isa = PBXTargetDependency;
</span><span class="cx">                         target = 8DC2EF4F0486A6940098B216 /* WebKit */;
</span><span class="lines">@@ -10622,27 +10497,6 @@
</span><span class="cx">                         };
</span><span class="cx">                         name = Release;
</span><span class="cx">                 };
</span><del>-                1A6280E4191997BE006AD9F9 /* Debug */ = {
-                        isa = XCBuildConfiguration;
-                        baseConfigurationReference = 1A50F0F819199E42001ACD12 /* WebKit2.xcconfig */;
-                        buildSettings = {
-                        };
-                        name = Debug;
-                };
-                1A6280E5191997BE006AD9F9 /* Release */ = {
-                        isa = XCBuildConfiguration;
-                        baseConfigurationReference = 1A50F0F819199E42001ACD12 /* WebKit2.xcconfig */;
-                        buildSettings = {
-                        };
-                        name = Release;
-                };
-                1A6280E6191997BE006AD9F9 /* Production */ = {
-                        isa = XCBuildConfiguration;
-                        baseConfigurationReference = 1A50F0F819199E42001ACD12 /* WebKit2.xcconfig */;
-                        buildSettings = {
-                        };
-                        name = Production;
-                };
</del><span class="cx">                 1AC25FB112A48EA700BD2671 /* Debug */ = {
</span><span class="cx">                         isa = XCBuildConfiguration;
</span><span class="cx">                         baseConfigurationReference = A1EDD2DB1884B96400BBFE98 /* PluginProcessShim.xcconfig */;
</span><span class="lines">@@ -11147,16 +11001,6 @@
</span><span class="cx">                         defaultConfigurationIsVisible = 0;
</span><span class="cx">                         defaultConfigurationName = Production;
</span><span class="cx">                 };
</span><del>-                1A6280E3191997BE006AD9F9 /* Build configuration list for PBXNativeTarget &quot;WebKit2&quot; */ = {
-                        isa = XCConfigurationList;
-                        buildConfigurations = (
-                                1A6280E4191997BE006AD9F9 /* Debug */,
-                                1A6280E5191997BE006AD9F9 /* Release */,
-                                1A6280E6191997BE006AD9F9 /* Production */,
-                        );
-                        defaultConfigurationIsVisible = 0;
-                        defaultConfigurationName = Production;
-                };
</del><span class="cx">                 1AC25FBA12A48EB600BD2671 /* Build configuration list for PBXNativeTarget &quot;PluginProcessShim&quot; */ = {
</span><span class="cx">                         isa = XCConfigurationList;
</span><span class="cx">                         buildConfigurations = (
</span></span></pre></div>
<a id="trunkSourceWebKit2macInfoWebKit2plist"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/mac/Info-WebKit2.plist (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/mac/Info-WebKit2.plist        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/mac/Info-WebKit2.plist        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,24 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE plist PUBLIC &quot;-//Apple//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;
-&lt;plist version=&quot;1.0&quot;&gt;
-&lt;dict&gt;
-        &lt;key&gt;CFBundleDevelopmentRegion&lt;/key&gt;
-        &lt;string&gt;English&lt;/string&gt;
-        &lt;key&gt;CFBundleExecutable&lt;/key&gt;
-        &lt;string&gt;${PRODUCT_NAME}&lt;/string&gt;
-        &lt;key&gt;CFBundleGetInfoString&lt;/key&gt;
-        &lt;string&gt;${BUNDLE_VERSION}, Copyright 2003-2015 Apple Inc.&lt;/string&gt;
-        &lt;key&gt;CFBundleIdentifier&lt;/key&gt;
-        &lt;string&gt;com.apple.${PRODUCT_NAME}&lt;/string&gt;
-        &lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt;
-        &lt;string&gt;6.0&lt;/string&gt;
-        &lt;key&gt;CFBundleName&lt;/key&gt;
-        &lt;string&gt;${PRODUCT_NAME}&lt;/string&gt;
-        &lt;key&gt;CFBundlePackageType&lt;/key&gt;
-        &lt;string&gt;FMWK&lt;/string&gt;
-        &lt;key&gt;CFBundleShortVersionString&lt;/key&gt;
-        &lt;string&gt;${SHORT_VERSION_STRING}&lt;/string&gt;
-        &lt;key&gt;CFBundleVersion&lt;/key&gt;
-        &lt;string&gt;${BUNDLE_VERSION}&lt;/string&gt;
-&lt;/dict&gt;
-&lt;/plist&gt;
</del></span></pre></div>
<a id="trunkSourceWebKit2macMigrateHeadersToWebKit2make"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/mac/MigrateHeadersToWebKit2.make (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/mac/MigrateHeadersToWebKit2.make        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/mac/MigrateHeadersToWebKit2.make        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-PRIVATE_HEADERS_DIR = $(TARGET_BUILD_DIR)/$(PRIVATE_HEADERS_FOLDER_PATH)
-
-WEBKIT2_HEADERS = $(addprefix $(PRIVATE_HEADERS_DIR)/, $(notdir $(wildcard $(BUILT_PRODUCTS_DIR)/WebKit.framework/PrivateHeaders/*.h))) $(addprefix $(PRIVATE_HEADERS_DIR)/, $(filter-out WKPreferences.h WKError.h, $(notdir $(wildcard $(BUILT_PRODUCTS_DIR)/WebKit.framework/Headers/*.h))))
-
-all : $(WEBKIT2_HEADERS)
-
-WEBKIT2_HEADER_MIGRATE_CMD = echo &quot;\#import &lt;WebKit/&quot;`basename $&lt;`&quot;&gt;&quot; &gt; $@
-
-$(PRIVATE_HEADERS_DIR)/% : $(BUILT_PRODUCTS_DIR)/WebKit.framework/PrivateHeaders/% MigrateHeadersFromWebKitLegacy.make
-        $(WEBKIT2_HEADER_MIGRATE_CMD)
-
-$(PRIVATE_HEADERS_DIR)/% : $(BUILT_PRODUCTS_DIR)/WebKit.framework/Headers/% MigrateHeadersFromWebKitLegacy.make
-        $(WEBKIT2_HEADER_MIGRATE_CMD)
</del></span></pre></div>
<a id="trunkSourceWebKit2macWebKit2m"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebKit2/mac/WebKit2.m (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/mac/WebKit2.m        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Source/WebKit2/mac/WebKit2.m        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,27 +0,0 @@
</span><del>-/*
- * Copyright (C) 2014 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-// This file is only here so WebKit2 has something to link against.
-
</del></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/ChangeLog        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2015-12-01  Anders Carlsson  &lt;andersca@apple.com&gt;
+
+        Remove WebKit2.framework
+        https://bugs.webkit.org/show_bug.cgi?id=151715
+
+        Reviewed by Dan Bernstein.
+
+        * TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad.cpp:
+        * TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad_bundle.cpp:
+        * TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme.mm:
+        * TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm:
+        * TestWebKitAPI/Tests/WebKit2ObjC/PreventImageLoadWithAutoResizing.mm:
+        * TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm:
+        * TestWebKitAPI/mac/TestBrowsingContextLoadDelegate.h:
+
</ins><span class="cx"> 2015-12-01  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed common typo fix &quot;occurance&quot; =&gt; &quot;occurrence&quot;.
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2StopLoadingDuringDidFailProvisionalLoadcpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad.cpp (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad.cpp        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad.cpp        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> #include &quot;PlatformUtilities.h&quot;
</span><span class="cx"> #include &quot;PlatformWebView.h&quot;
</span><span class="cx"> #include &quot;Test.h&quot;
</span><del>-#include &lt;WebKit2/WKRetainPtr.h&gt;
</del><ins>+#include &lt;WebKit/WKRetainPtr.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> namespace TestWebKitAPI {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2StopLoadingDuringDidFailProvisionalLoad_bundlecpp"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad_bundle.cpp (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad_bundle.cpp        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/StopLoadingDuringDidFailProvisionalLoad_bundle.cpp        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -29,10 +29,10 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InjectedBundleTest.h&quot;
</span><span class="cx"> #include &quot;PlatformUtilities.h&quot;
</span><del>-#include &lt;WebKit2/WKBundle.h&gt;
-#include &lt;WebKit2/WKBundleFramePrivate.h&gt;
-#include &lt;WebKit2/WKBundlePage.h&gt;
-#include &lt;WebKit2/WKBundlePagePrivate.h&gt;
</del><ins>+#include &lt;WebKit/WKBundle.h&gt;
+#include &lt;WebKit/WKBundleFramePrivate.h&gt;
+#include &lt;WebKit/WKBundlePage.h&gt;
+#include &lt;WebKit/WKBundlePagePrivate.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> namespace TestWebKitAPI {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2ObjCCustomProtocolsInvalidSchememm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme.mm (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme.mm        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsInvalidScheme.mm        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -30,7 +30,6 @@
</span><span class="cx"> #import &quot;PlatformUtilities.h&quot;
</span><span class="cx"> #import &quot;PlatformWebView.h&quot;
</span><span class="cx"> #import &quot;TestBrowsingContextLoadDelegate.h&quot;
</span><del>-#import &lt;WebKit/WebKit2.h&gt;
</del><span class="cx"> #import &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if WK_API_ENABLED &amp;&amp; PLATFORM(MAC)
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2ObjCCustomProtocolsTestmm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/CustomProtocolsTest.mm        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -32,7 +32,6 @@
</span><span class="cx"> #import &quot;PlatformUtilities.h&quot;
</span><span class="cx"> #import &quot;TestBrowsingContextLoadDelegate.h&quot;
</span><span class="cx"> #import &quot;TestProtocol.h&quot;
</span><del>-#import &lt;WebKit/WebKit2.h&gt;
</del><span class="cx"> #import &lt;wtf/RetainPtr.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if WK_API_ENABLED &amp;&amp; PLATFORM(MAC)
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2ObjCPreventImageLoadWithAutoResizingmm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/PreventImageLoadWithAutoResizing.mm (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/PreventImageLoadWithAutoResizing.mm        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/PreventImageLoadWithAutoResizing.mm        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -33,7 +33,6 @@
</span><span class="cx"> #import &quot;PlatformWebView.h&quot;
</span><span class="cx"> #import &quot;TestBrowsingContextLoadDelegate.h&quot;
</span><span class="cx"> #import &quot;TestProtocol.h&quot;
</span><del>-#import &lt;WebKit/WebKit2.h&gt;
</del><span class="cx"> #import &lt;WebKit/WKViewPrivate.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if WK_API_ENABLED &amp;&amp; PLATFORM(MAC)
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPITestsWebKit2ObjCUserContentTestmm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2ObjC/UserContentTest.mm        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #import &lt;JavaScriptCore/JavaScriptCore.h&gt;
</span><span class="cx"> #import &lt;WebKit/WKSerializedScriptValue.h&gt;
</span><span class="cx"> #import &lt;WebKit/WKViewPrivate.h&gt;
</span><del>-#import &lt;WebKit/WebKit2.h&gt;
</del><span class="cx"> 
</span><span class="cx"> #if WK_API_ENABLED &amp;&amp; PLATFORM(MAC)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsTestWebKitAPImacTestBrowsingContextLoadDelegateh"></a>
<div class="modfile"><h4>Modified: trunk/Tools/TestWebKitAPI/mac/TestBrowsingContextLoadDelegate.h (192909 => 192910)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/TestWebKitAPI/mac/TestBrowsingContextLoadDelegate.h        2015-12-01 21:51:17 UTC (rev 192909)
+++ trunk/Tools/TestWebKitAPI/mac/TestBrowsingContextLoadDelegate.h        2015-12-01 21:57:17 UTC (rev 192910)
</span><span class="lines">@@ -23,7 +23,8 @@
</span><span class="cx">  * THE POSSIBILITY OF SUCH DAMAGE.
</span><span class="cx">  */
</span><span class="cx"> 
</span><del>-#import &lt;WebKit/WebKit2.h&gt;
</del><ins>+#import &lt;WebKit/WKBrowsingContextController.h&gt;
+#import &lt;WebKit/WKBrowsingContextLoadDelegate.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> #if WK_API_ENABLED &amp;&amp; PLATFORM(MAC)
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>