<!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>[185112] trunk/Source/WebCore</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/185112">185112</a></dd>
<dt>Author</dt> <dd>aestes@apple.com</dd>
<dt>Date</dt> <dd>2015-06-02 12:13:29 -0700 (Tue, 02 Jun 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[Mac] REGRESSION (<a href="http://trac.webkit.org/projects/webkit/changeset/175941">r175941</a>): Max.app crashes when adding a sound file to a patch due to removing cursor resources from WebCore.framework
https://bugs.webkit.org/show_bug.cgi?id=145555

Reviewed by Darin Adler.

Re-added the cursor resources used by Max.app and ran sort-Xcode-project-file.

* Resources/copyCursor.png: Added.
* Resources/moveCursor.png: Added.
* Resources/northEastSouthWestResizeCursor.png: Added.
* Resources/northSouthResizeCursor.png: Added.
* Resources/northWestSouthEastResizeCursor.png: Added.
* WebCore.xcodeproj/project.pbxproj:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreResourcescopyCursorpng">trunk/Source/WebCore/Resources/copyCursor.png</a></li>
<li><a href="#trunkSourceWebCoreResourcesmoveCursorpng">trunk/Source/WebCore/Resources/moveCursor.png</a></li>
<li><a href="#trunkSourceWebCoreResourcesnorthEastSouthWestResizeCursorpng">trunk/Source/WebCore/Resources/northEastSouthWestResizeCursor.png</a></li>
<li><a href="#trunkSourceWebCoreResourcesnorthSouthResizeCursorpng">trunk/Source/WebCore/Resources/northSouthResizeCursor.png</a></li>
<li><a href="#trunkSourceWebCoreResourcesnorthWestSouthEastResizeCursorpng">trunk/Source/WebCore/Resources/northWestSouthEastResizeCursor.png</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (185111 => 185112)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-06-02 18:43:13 UTC (rev 185111)
+++ trunk/Source/WebCore/ChangeLog        2015-06-02 19:13:29 UTC (rev 185112)
</span><span class="lines">@@ -1,3 +1,19 @@
</span><ins>+2015-06-02  Andy Estes  &lt;aestes@apple.com&gt;
+
+        [Mac] REGRESSION (r175941): Max.app crashes when adding a sound file to a patch due to removing cursor resources from WebCore.framework
+        https://bugs.webkit.org/show_bug.cgi?id=145555
+
+        Reviewed by Darin Adler.
+
+        Re-added the cursor resources used by Max.app and ran sort-Xcode-project-file.
+
+        * Resources/copyCursor.png: Added.
+        * Resources/moveCursor.png: Added.
+        * Resources/northEastSouthWestResizeCursor.png: Added.
+        * Resources/northSouthResizeCursor.png: Added.
+        * Resources/northWestSouthEastResizeCursor.png: Added.
+        * WebCore.xcodeproj/project.pbxproj:
+
</ins><span class="cx"> 2015-06-02  Brady Eidson  &lt;beidson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         WebKit policy delegate should suggest if a navigation should be allowed to open URLs externally.
</span></span></pre></div>
<a id="trunkSourceWebCoreResourcescopyCursorpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebCore/Resources/copyCursor.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebCore/Resources/copyCursor.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebCoreResourcesmoveCursorpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebCore/Resources/moveCursor.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebCore/Resources/moveCursor.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebCoreResourcesnorthEastSouthWestResizeCursorpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebCore/Resources/northEastSouthWestResizeCursor.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebCore/Resources/northEastSouthWestResizeCursor.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebCoreResourcesnorthSouthResizeCursorpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebCore/Resources/northSouthResizeCursor.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebCore/Resources/northSouthResizeCursor.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebCoreResourcesnorthWestSouthEastResizeCursorpng"></a>
<div class="binary"><h4>Added: trunk/Source/WebCore/Resources/northWestSouthEastResizeCursor.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<span class="cx">Property changes on: trunk/Source/WebCore/Resources/northWestSouthEastResizeCursor.png
</span><span class="cx">___________________________________________________________________
</span><a id="svnmimetype"></a>
<div class="addfile"><h4>Added: svn:mime-type</h4></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (185111 => 185112)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2015-06-02 18:43:13 UTC (rev 185111)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2015-06-02 19:13:29 UTC (rev 185112)
</span><span class="lines">@@ -3812,6 +3812,11 @@
</span><span class="cx">                 A10DC76B14747BAB005E2471 /* StyleGridData.h in Headers */ = {isa = PBXBuildFile; fileRef = A10DC76914747BAB005E2471 /* StyleGridData.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 A110DB9B14F5DF7700A03B93 /* StyleGridItemData.h in Headers */ = {isa = PBXBuildFile; fileRef = A110DB9A14F5DF7700A03B93 /* StyleGridItemData.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 A110DB9D14F5DF8700A03B93 /* StyleGridItemData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A110DB9C14F5DF8700A03B93 /* StyleGridItemData.cpp */; };
</span><ins>+                A11E8C051B1E28F40003A7C7 /* copyCursor.png in Resources */ = {isa = PBXBuildFile; fileRef = A11E8C001B1E28BE0003A7C7 /* copyCursor.png */; };
+                A11E8C061B1E28FA0003A7C7 /* moveCursor.png in Resources */ = {isa = PBXBuildFile; fileRef = A11E8C011B1E28BE0003A7C7 /* moveCursor.png */; };
+                A11E8C071B1E28FE0003A7C7 /* northEastSouthWestResizeCursor.png in Resources */ = {isa = PBXBuildFile; fileRef = A11E8C021B1E28BE0003A7C7 /* northEastSouthWestResizeCursor.png */; };
+                A11E8C081B1E29020003A7C7 /* northSouthResizeCursor.png in Resources */ = {isa = PBXBuildFile; fileRef = A11E8C031B1E28BE0003A7C7 /* northSouthResizeCursor.png */; };
+                A11E8C091B1E29070003A7C7 /* northWestSouthEastResizeCursor.png in Resources */ = {isa = PBXBuildFile; fileRef = A11E8C041B1E28BE0003A7C7 /* northWestSouthEastResizeCursor.png */; };
</ins><span class="cx">                 A120ACA413F998CA00FE4AC7 /* LayoutRepainter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A120ACA113F9984600FE4AC7 /* LayoutRepainter.cpp */; };
</span><span class="cx">                 A12538D413F9B60A00024754 /* LayoutRepainter.h in Headers */ = {isa = PBXBuildFile; fileRef = A120ACA013F9983700FE4AC7 /* LayoutRepainter.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 A12705C31656BD6500C2E27C /* GridPosition.h in Headers */ = {isa = PBXBuildFile; fileRef = A12705C21656BD6500C2E27C /* GridPosition.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="lines">@@ -11118,6 +11123,11 @@
</span><span class="cx">                 A10DC76914747BAB005E2471 /* StyleGridData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StyleGridData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A110DB9A14F5DF7700A03B93 /* StyleGridItemData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StyleGridItemData.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A110DB9C14F5DF8700A03B93 /* StyleGridItemData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StyleGridItemData.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                A11E8C001B1E28BE0003A7C7 /* copyCursor.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = copyCursor.png; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A11E8C011B1E28BE0003A7C7 /* moveCursor.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = moveCursor.png; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A11E8C021B1E28BE0003A7C7 /* northEastSouthWestResizeCursor.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = northEastSouthWestResizeCursor.png; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A11E8C031B1E28BE0003A7C7 /* northSouthResizeCursor.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = northSouthResizeCursor.png; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A11E8C041B1E28BE0003A7C7 /* northWestSouthEastResizeCursor.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = northWestSouthEastResizeCursor.png; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 A120ACA013F9983700FE4AC7 /* LayoutRepainter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LayoutRepainter.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A120ACA113F9984600FE4AC7 /* LayoutRepainter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LayoutRepainter.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A12705C21656BD6500C2E27C /* GridPosition.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GridPosition.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -13238,8 +13248,8 @@
</span><span class="cx">                 C6F0917E143A2BB900685849 /* JSMutationObserverCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSMutationObserverCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 C6F420A016B7164E0052A9F2 /* JSMutationCallback.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSMutationCallback.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 C6F420A116B7164E0052A9F2 /* JSMutationCallback.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMutationCallback.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                C9026B631B1CF5AB001D99A7 /* JSMediaRemoteControls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = JSMediaRemoteControls.cpp; path = &quot;JSMediaRemoteControls.cpp&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
-                C9026B641B1CF5AB001D99A7 /* JSMediaRemoteControls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = JSMediaRemoteControls.h; path = &quot;JSMediaRemoteControls.h&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                C9026B631B1CF5AB001D99A7 /* JSMediaRemoteControls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSMediaRemoteControls.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
+                C9026B641B1CF5AB001D99A7 /* JSMediaRemoteControls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMediaRemoteControls.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 C90843CD1B18E47D00B68564 /* MediaRemoteControls.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MediaRemoteControls.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 C90843CE1B18E47D00B68564 /* MediaRemoteControls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaRemoteControls.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 C93458BB1B18D77E0088EE12 /* MediaRemoteControls.idl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MediaRemoteControls.idl; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -15109,6 +15119,7 @@
</span><span class="cx">                         children = (
</span><span class="cx">                                 CD0DBB3E142274E600280263 /* audio */,
</span><span class="cx">                                 65998A650E5F5FD3004E097A /* images */,
</span><ins>+                                A11E8C001B1E28BE0003A7C7 /* copyCursor.png */,
</ins><span class="cx">                                 7CC7E3D617208C0F003C5277 /* IDNScriptWhiteList.txt */,
</span><span class="cx">                                 2D9F0E1214FF1CBF00BA0FF7 /* linearSRGB.icc */,
</span><span class="cx">                                 BCAD1808131C7A0D00990406 /* Localizable.strings */,
</span><span class="lines">@@ -15116,6 +15127,10 @@
</span><span class="cx">                                 93153BE114195A5700FCF5BE /* missingImage.png */,
</span><span class="cx">                                 93153BD914181F7A00FCF5BE /* missingImage@2x.png */,
</span><span class="cx">                                 CDF419991AB0DA14004E64E1 /* missingImage@3x.png */,
</span><ins>+                                A11E8C011B1E28BE0003A7C7 /* moveCursor.png */,
+                                A11E8C021B1E28BE0003A7C7 /* northEastSouthWestResizeCursor.png */,
+                                A11E8C031B1E28BE0003A7C7 /* northSouthResizeCursor.png */,
+                                A11E8C041B1E28BE0003A7C7 /* northWestSouthEastResizeCursor.png */,
</ins><span class="cx">                                 713E70AF1733E8B300A22D00 /* plugIns.js */,
</span><span class="cx">                                 93153BDB141959BB00FCF5BE /* textAreaResizeCorner.png */,
</span><span class="cx">                                 9370918C1416D86B00477333 /* textAreaResizeCorner@2x.png */,
</span><span class="lines">@@ -16925,7 +16940,6 @@
</span><span class="cx">                                 1403B99609EB13AF00797C7F /* DOMWindow.cpp */,
</span><span class="cx">                                 1403B99509EB13AF00797C7F /* DOMWindow.h */,
</span><span class="cx">                                 1403B90C09EB124500797C7F /* DOMWindow.idl */,
</span><del>-                                7C4189AC1B07CBF2000FA757 /* WindowEventHandlers.idl */,
</del><span class="cx">                                 517FBA17151AA71B00B57959 /* DOMWindowExtension.cpp */,
</span><span class="cx">                                 517FBA18151AA71B00B57959 /* DOMWindowExtension.h */,
</span><span class="cx">                                 97D2AD0114B823A60093DF32 /* DOMWindowProperty.cpp */,
</span><span class="lines">@@ -17074,6 +17088,7 @@
</span><span class="cx">                                 93EC44A0188F4BB800661DF1 /* WheelEventDeltaTracker.h */,
</span><span class="cx">                                 7AE335EF1ACB09E200E401EF /* WheelEventTestTrigger.cpp */,
</span><span class="cx">                                 7AE335F01ACB09E200E401EF /* WheelEventTestTrigger.h */,
</span><ins>+                                7C4189AC1B07CBF2000FA757 /* WindowEventHandlers.idl */,
</ins><span class="cx">                                 BC8243E60D0CFD7500460C8F /* WindowFeatures.cpp */,
</span><span class="cx">                                 BC8243E70D0CFD7500460C8F /* WindowFeatures.h */,
</span><span class="cx">                                 7E99AF520B13846468FB01A5 /* WindowFocusAllowedIndicator.cpp */,
</span><span class="lines">@@ -23850,7 +23865,6 @@
</span><span class="cx">                                 51741D0F0B07259A00ED442C /* BackForwardClient.h in Headers */,
</span><span class="cx">                                 BCA8C81E11E3D36900812FB7 /* BackForwardController.h in Headers */,
</span><span class="cx">                                 BCA8CA6011E4E6D100812FB7 /* BackForwardList.h in Headers */,
</span><del>-                                CD5209E61B0BD9E10077184E /* HTMLMediaElementEnums.h in Headers */,
</del><span class="cx">                                 BC124EE80C2641CD009E2349 /* BarProp.h in Headers */,
</span><span class="cx">                                 379E61CA126CA5C400B63E8D /* BaseButtonInputType.h in Headers */,
</span><span class="cx">                                 379E61CC126CA5C400B63E8D /* BaseCheckableInputType.h in Headers */,
</span><span class="lines">@@ -24904,6 +24918,7 @@
</span><span class="cx">                                 A8EA7D2C0A19385500A8EF5F /* HTMLMapElement.h in Headers */,
</span><span class="cx">                                 A8EA7CAB0A192B9C00A8EF5F /* HTMLMarqueeElement.h in Headers */,
</span><span class="cx">                                 E44613A50CD6331000FADA75 /* HTMLMediaElement.h in Headers */,
</span><ins>+                                CD5209E61B0BD9E10077184E /* HTMLMediaElementEnums.h in Headers */,
</ins><span class="cx">                                 0779BF0E18453168000B6AE7 /* HTMLMediaElementMediaStream.h in Headers */,
</span><span class="cx">                                 A8EA79F40A1916DF00A8EF5F /* HTMLMenuElement.h in Headers */,
</span><span class="cx">                                 2BE8E2C712A589EC00FAD550 /* HTMLMetaCharsetParser.h in Headers */,
</span><span class="lines">@@ -25795,6 +25810,7 @@
</span><span class="cx">                                 078E43DA1ABB6C7E001C2FA6 /* MediaPlaybackTargetPicker.h in Headers */,
</span><span class="cx">                                 078E43DD1ABB6F6F001C2FA6 /* MediaPlaybackTargetPickerMac.h in Headers */,
</span><span class="cx">                                 E44613E40CD681A200FADA75 /* MediaPlayer.h in Headers */,
</span><ins>+                                CD5209E41B0BD8380077184E /* MediaPlayerEnums.h in Headers */,
</ins><span class="cx">                                 076F0D0E12B8192700C26AA4 /* MediaPlayerPrivateAVFoundation.h in Headers */,
</span><span class="cx">                                 DF9AFD7213FC31D80015FEB7 /* MediaPlayerPrivateAVFoundationObjC.h in Headers */,
</span><span class="cx">                                 CDC8B5A3180463470016E685 /* MediaPlayerPrivateMediaSourceAVFObjC.h in Headers */,
</span><span class="lines">@@ -27033,7 +27049,6 @@
</span><span class="cx">                                 7AF9B20618CFB2DF00C64BEF /* VTTRegionList.h in Headers */,
</span><span class="cx">                                 7A93868618DCC14500B8263D /* VTTScanner.h in Headers */,
</span><span class="cx">                                 A14832B0187F618D00DA63A6 /* WAKAppKitStubs.h in Headers */,
</span><del>-                                CD5209E41B0BD8380077184E /* MediaPlayerEnums.h in Headers */,
</del><span class="cx">                                 A14832B2187F61ED00DA63A6 /* WAKClipView.h in Headers */,
</span><span class="cx">                                 A14832B4187F629A00DA63A6 /* WAKResponder.h in Headers */,
</span><span class="cx">                                 A14832B6187F631F00DA63A6 /* WAKScrollView.h in Headers */,
</span><span class="lines">@@ -27366,6 +27381,7 @@
</span><span class="cx">                         isa = PBXResourcesBuildPhase;
</span><span class="cx">                         buildActionMask = 2147483647;
</span><span class="cx">                         files = (
</span><ins>+                                A11E8C051B1E28F40003A7C7 /* copyCursor.png in Resources */,
</ins><span class="cx">                                 D02B64B214089E56006EFA21 /* DictationPhraseWithAlternativesDot.png in Resources */,
</span><span class="cx">                                 D02B64B314089E56006EFA21 /* DictationPhraseWithAlternativesDot@2x.png in Resources */,
</span><span class="cx">                                 7CC7E3D717208C0F003C5277 /* IDNScriptWhiteList.txt in Resources */,
</span><span class="lines">@@ -27379,6 +27395,10 @@
</span><span class="cx">                                 93153BE214195A5700FCF5BE /* missingImage.png in Resources */,
</span><span class="cx">                                 93153BDA14181F7A00FCF5BE /* missingImage@2x.png in Resources */,
</span><span class="cx">                                 318891611AB7EEA100EA627B /* missingImage@3x.png in Resources */,
</span><ins>+                                A11E8C061B1E28FA0003A7C7 /* moveCursor.png in Resources */,
+                                A11E8C071B1E28FE0003A7C7 /* northEastSouthWestResizeCursor.png in Resources */,
+                                A11E8C081B1E29020003A7C7 /* northSouthResizeCursor.png in Resources */,
+                                A11E8C091B1E29070003A7C7 /* northWestSouthEastResizeCursor.png in Resources */,
</ins><span class="cx">                                 BE8C753110681324001E93F5 /* SpellingDot.png in Resources */,
</span><span class="cx">                                 01E6C2E41194B2820050821C /* SpellingDot@2x.png in Resources */,
</span><span class="cx">                                 1C2417BA1992C04100EF9938 /* SpellingDot@3x.png in Resources */,
</span></span></pre>
</div>
</div>

</body>
</html>