<!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>[161991] trunk/Source</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/161991">161991</a></dd>
<dt>Author</dt> <dd>timothy_horton@apple.com</dd>
<dt>Date</dt> <dd>2014-01-14 12:07:50 -0800 (Tue, 14 Jan 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>iOS WebKit2 build fixes, part 2

* WebKit2.xcodeproj/project.pbxproj:
Add some missing files.

* WebCore.exp.in:
Export some more symbols.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreWebCoreexpin">trunk/Source/WebCore/WebCore.exp.in</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj">trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (161990 => 161991)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-01-14 19:50:08 UTC (rev 161990)
+++ trunk/Source/WebCore/ChangeLog        2014-01-14 20:07:50 UTC (rev 161991)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-01-14  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        iOS WebKit2 build fixes, part 2
+
+        * WebCore.exp.in:
+        Export some more symbols.
+
</ins><span class="cx"> 2014-01-14  Brian J. Burg  &lt;burg@cs.washington.edu&gt;
</span><span class="cx"> 
</span><span class="cx">         Add ENABLE(WEB_REPLAY) feature flag to the build system
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCoreexpin"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.exp.in (161990 => 161991)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.exp.in        2014-01-14 19:50:08 UTC (rev 161990)
+++ trunk/Source/WebCore/WebCore.exp.in        2014-01-14 20:07:50 UTC (rev 161991)
</span><span class="lines">@@ -2256,6 +2256,7 @@
</span><span class="cx"> _WebThreadUnlockFromAnyThread
</span><span class="cx"> _WebThreadUnlockGuardForMail
</span><span class="cx"> __ZN7WebCore10FloatPointC1ERK7CGPoint
</span><ins>+__ZN7WebCore10ScrollView15setScrollOffsetERKNS_8IntPointE
</ins><span class="cx"> __ZN7WebCore10XLinkNames4initEv
</span><span class="cx"> __ZN7WebCore10inSameLineERKNS_15VisiblePositionES2_
</span><span class="cx"> __ZN7WebCore11BidiContext41copyStackRemovingUnicodeEmbeddingContextsEv
</span><span class="lines">@@ -2268,14 +2269,17 @@
</span><span class="cx"> __ZN7WebCore12EventHandler10mouseMovedEP8WebEvent
</span><span class="cx"> __ZN7WebCore12EventHandler10wheelEventEP8WebEvent
</span><span class="cx"> __ZN7WebCore12EventHandler15sendScrollEventEv
</span><ins>+__ZN7WebCore12EventHandler16handleTouchEventERKNS_18PlatformTouchEventE
</ins><span class="cx"> __ZN7WebCore12EventHandler7mouseUpEP8WebEvent
</span><span class="cx"> __ZN7WebCore12EventHandler8keyEventEP8WebEvent
</span><span class="cx"> __ZN7WebCore12EventHandler9mouseDownEP8WebEvent
</span><span class="cx"> __ZN7WebCore12GCController23releaseExecutableMemoryEv
</span><ins>+__ZN7WebCore13SelectionRectC1Ev
</ins><span class="cx"> __ZN7WebCore13cachedCGColorERKNS_5ColorENS_10ColorSpaceE
</span><span class="cx"> __ZN7WebCore13endOfDocumentEPKNS_4NodeE
</span><span class="cx"> __ZN7WebCore13endOfDocumentERKNS_15VisiblePositionE
</span><span class="cx"> __ZN7WebCore13endOfSentenceERKNS_15VisiblePositionE
</span><ins>+__ZN7WebCore13getRawCookiesERKNS_21NetworkStorageSessionERKNS_3URLES5_RN3WTF6VectorINS_6CookieELm0ENS6_15CrashOnOverflowEEE
</ins><span class="cx"> __ZN7WebCore13isStartOfLineERKNS_15VisiblePositionE
</span><span class="cx"> __ZN7WebCore14DocumentWriter3endEv
</span><span class="cx"> __ZN7WebCore14FrameSelection13setCaretColorERKNS_5ColorE
</span><span class="lines">@@ -2293,10 +2297,13 @@
</span><span class="cx"> __ZN7WebCore14ResourceHandle6cancelEv
</span><span class="cx"> __ZN7WebCore14ResourceHandle9setClientEPNS_20ResourceHandleClientE
</span><span class="cx"> __ZN7WebCore14ResourceHandleD1Ev
</span><ins>+__ZN7WebCore14cookiesEnabledERKNS_21NetworkStorageSessionERKNS_3URLES5_
</ins><span class="cx"> __ZN7WebCore15GraphicsContext15drawLineForTextERKNS_10FloatPointEfb
</span><ins>+__ZN7WebCore15GraphicsContext15drawNativeImageEP7CGImageRKNS_9FloatSizeENS_10ColorSpaceERKNS_9FloatRectES9_fNS_17CompositeOperatorENS_9BlendModeENS_16ImageOrientationE
</ins><span class="cx"> __ZN7WebCore15GraphicsContext22setEmojiDrawingEnabledEb
</span><span class="cx"> __ZN7WebCore15GraphicsContext23setIsAcceleratedContextEb
</span><span class="cx"> __ZN7WebCore15GraphicsContextC1EP9CGContextb
</span><ins>+__ZN7WebCore15ResourceRequest39updateFromDelegatePreservingOldHTTPBodyERKS0_
</ins><span class="cx"> __ZN7WebCore15StringTruncator12leftTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
</span><span class="cx"> __ZN7WebCore15StringTruncator13rightTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
</span><span class="cx"> __ZN7WebCore15StringTruncator14centerTruncateERKN3WTF6StringEfRKNS_4FontENS0_24EnableRoundingHacksOrNotERfbf
</span><span class="lines">@@ -2309,11 +2316,21 @@
</span><span class="cx"> __ZN7WebCore16ThreadGlobalData26sharedMainThreadStaticDataE
</span><span class="cx"> __ZN7WebCore16VisibleSelection27selectionFromContentsOfNodeEPNS_4NodeE
</span><span class="cx"> __ZN7WebCore16VisibleSelectionC1Ev
</span><ins>+__ZN7WebCore16deleteAllCookiesERKNS_21NetworkStorageSessionE
</ins><span class="cx"> __ZN7WebCore16nextWordPositionERKNS_15VisiblePositionE
</span><span class="cx"> __ZN7WebCore17CredentialStorage16clearCredentialsEv
</span><span class="cx"> __ZN7WebCore17isStartOfDocumentERKNS_15VisiblePositionE
</span><ins>+__ZN7WebCore18PlatformPasteboard10readBufferEiRKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard10readStringEiRKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboard5countEv
+__ZN7WebCore18PlatformPasteboard5writeERKN3WTF6StringES4_
+__ZN7WebCore18PlatformPasteboard5writeERKNS_15PasteboardImageE
+__ZN7WebCore18PlatformPasteboard5writeERKNS_20PasteboardWebContentE
+__ZN7WebCore18PlatformPasteboard7readURLEiRKN3WTF6StringE
+__ZN7WebCore18PlatformPasteboardC1Ev
</ins><span class="cx"> __ZN7WebCore18textBreakFollowingEPNS_17TextBreakIteratorEi
</span><span class="cx"> __ZN7WebCore19ResourceRequestBase14setCachePolicyENS_26ResourceRequestCachePolicyE
</span><ins>+__ZN7WebCore19ResourceRequestBase19defaultAllowCookiesEv
</ins><span class="cx"> __ZN7WebCore19applicationIsWebAppEv
</span><span class="cx"> __ZN7WebCore20NetworkStateNotifier11setIsOnLineEb
</span><span class="cx"> __ZN7WebCore20ResourceHandleClient22willCacheResponseAsyncEPNS_14ResourceHandleEPK20_CFCachedURLResponse
</span><span class="lines">@@ -2329,19 +2346,30 @@
</span><span class="cx"> __ZN7WebCore21applicationIsFacebookEv
</span><span class="cx"> __ZN7WebCore21nextParagraphPositionERKNS_15VisiblePositionEi
</span><span class="cx"> __ZN7WebCore21setStrokeAndFillColorEP9CGContextP7CGColor
</span><ins>+__ZN7WebCore21wordRangeFromPositionERKNS_15VisiblePositionE
</ins><span class="cx"> __ZN7WebCore22HTMLPlugInImageElement25createShadowIFrameSubtreeERKN3WTF6StringE
</span><span class="cx"> __ZN7WebCore22startOfEditableContentERKNS_15VisiblePositionE
</span><span class="cx"> __ZN7WebCore23applicationIsMobileMailEv
</span><ins>+__ZN7WebCore23atBoundaryOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
</ins><span class="cx"> __ZN7WebCore24createTemporaryDirectoryEP8NSString
</span><ins>+__ZN7WebCore24distanceBetweenPositionsERKNS_15VisiblePositionES2_
+__ZN7WebCore24keyIdentifierForKeyEventEP8WebEvent
</ins><span class="cx"> __ZN7WebCore24previousSentencePositionERKNS_15VisiblePositionE
</span><span class="cx"> __ZN7WebCore24releaseLineBreakIteratorEPNS_17TextBreakIteratorE
</span><span class="cx"> __ZN7WebCore25applicationIsMobileSafariEv
</span><span class="cx"> __ZN7WebCore25enclosingBlockFlowElementERKNS_15VisiblePositionE
</span><span class="cx"> __ZN7WebCore25previousParagraphPositionERKNS_15VisiblePositionEi
</span><ins>+__ZN7WebCore27TileControllerMemoryHandler27trimUnparentedTilesToTargetEi
+__ZN7WebCore27tileControllerMemoryHandlerEv
+__ZN7WebCore27withinTextUnitOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
+__ZN7WebCore29ScrollingTreeScrollingNodeIOS6createERNS_13ScrollingTreeEy
+__ZN7WebCore30closestWordBoundaryForPositionERKNS_15VisiblePositionE
+__ZN7WebCore30enclosingTextUnitOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
</ins><span class="cx"> __ZN7WebCore31NonSharedCharacterBreakIteratorC1EPKti
</span><span class="cx"> __ZN7WebCore31NonSharedCharacterBreakIteratorD1Ev
</span><span class="cx"> __ZN7WebCore31applicationIsDaijisenDictionaryEv
</span><span class="cx"> __ZN7WebCore33applicationIsTheEconomistOnIPhoneEv
</span><ins>+__ZN7WebCore35positionOfNextBoundaryOfGranularityERKNS_15VisiblePositionENS_15TextGranularityENS_18SelectionDirectionE
</ins><span class="cx"> __ZN7WebCore41initializeHTTPConnectionSettingsOnStartupEv
</span><span class="cx"> __ZN7WebCore4FontC1ERKNS_16FontPlatformDataEN3WTF10PassRefPtrINS_12FontSelectorEEE
</span><span class="cx"> __ZN7WebCore4Icon18createIconForImageEP7CGImage
</span><span class="lines">@@ -2370,6 +2398,8 @@
</span><span class="cx"> __ZN7WebCore5Range21collectSelectionRectsERN3WTF6VectorINS_13SelectionRectELm0ENS1_15CrashOnOverflowEEE
</span><span class="cx"> __ZN7WebCore5Range6createERNS_8DocumentERKNS_15VisiblePositionES5_
</span><span class="cx"> __ZN7WebCore5Range6createERNS_8DocumentERKNS_8PositionES5_
</span><ins>+__ZN7WebCore5Range6setEndERKNS_8PositionERi
+__ZN7WebCore5Range8setStartERKNS_8PositionERi
</ins><span class="cx"> __ZN7WebCore6Chrome11focusNSViewEP7WAKView
</span><span class="cx"> __ZN7WebCore6Editor17confirmMarkedTextEv
</span><span class="cx"> __ZN7WebCore6Editor23setTextAsChildOfElementERKN3WTF6StringEPNS_7ElementE
</span><span class="lines">@@ -2404,9 +2434,13 @@
</span><span class="cx"> __ZNK7WebCore14FrameSelection35characterInRelationToCaretSelectionEi
</span><span class="cx"> __ZNK7WebCore14FrameSelection36elementRangeContainingCaretSelectionEv
</span><span class="cx"> __ZNK7WebCore14SecurityOrigin8toStringEv
</span><ins>+__ZNK7WebCore15GraphicsLayerCA21contentsLayerForMediaEv
</ins><span class="cx"> __ZNK7WebCore15VisiblePosition4leftEb
</span><span class="cx"> __ZNK7WebCore15VisiblePosition5rightEb
</span><span class="cx"> __ZNK7WebCore17RenderTextControl22textFormControlElementEv
</span><ins>+__ZNK7WebCore4Node16hasEditableStyleENS0_13EditableLevelENS0_22UserSelectAllTreatmentE
+__ZNK7WebCore4Node19rootEditableElementEv
+__ZNK7WebCore4Node25isEditableToAccessibilityENS0_13EditableLevelE
</ins><span class="cx"> __ZNK7WebCore5Frame12updateLayoutEv
</span><span class="cx"> __ZNK7WebCore5Frame15innerLineHeightEP7DOMNode
</span><span class="cx"> __ZNK7WebCore5Frame15preferredHeightEv
</span><span class="lines">@@ -2423,16 +2457,19 @@
</span><span class="cx"> __ZNK7WebCore6Editor6clientEv
</span><span class="cx"> __ZNK7WebCore7IntSizecv6CGSizeEv
</span><span class="cx"> __ZNK7WebCore8Document31isTelephoneNumberParsingEnabledEv
</span><ins>+__ZNK7WebCore8Position8previousENS_16PositionMoveTypeE
+__ZNK7WebCore9FloatQuad13isRectilinearEv
</ins><span class="cx"> __ZNK7WebCore9FloatRectcv6CGRectEv
</span><span class="cx"> __ZNK7WebCore9FloatSizecv6CGSizeEv
</span><ins>+__ZNK7WebCore9RenderBox11borderRadiiEv
</ins><span class="cx"> _webThreadShouldYield
</span><span class="cx"> _wkExecutableWasLinkedOnOrAfterIOSVersion
</span><ins>+_wkGetDeviceClass
</ins><span class="cx"> _wkGetScreenScaleFactor
</span><ins>+_wkGetVerticalGlyphsForCharacters
</ins><span class="cx"> _wkGetViewportScreenSize
</span><span class="cx"> _wkIsGB18030ComplianceRequired
</span><span class="cx"> _wkSetLayerContentsScale
</span><del>-__ZN7WebCore27tileControllerMemoryHandlerEv
-__ZN7WebCore27TileControllerMemoryHandler27trimUnparentedTilesToTargetEi
</del><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> #if !defined(NDEBUG)
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (161990 => 161991)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-01-14 19:50:08 UTC (rev 161990)
+++ trunk/Source/WebKit2/ChangeLog        2014-01-14 20:07:50 UTC (rev 161991)
</span><span class="lines">@@ -1,3 +1,10 @@
</span><ins>+2014-01-14  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        iOS WebKit2 build fixes, part 2
+
+        * WebKit2.xcodeproj/project.pbxproj:
+        Add some missing files.
+
</ins><span class="cx"> 2014-01-14  Brian J. Burg  &lt;burg@cs.washington.edu&gt;
</span><span class="cx"> 
</span><span class="cx">         Add ENABLE(WEB_REPLAY) feature flag to the build system
</span></span></pre></div>
<a id="trunkSourceWebKit2WebKit2xcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (161990 => 161991)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2014-01-14 19:50:08 UTC (rev 161990)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj        2014-01-14 20:07:50 UTC (rev 161991)
</span><span class="lines">@@ -388,6 +388,10 @@
</span><span class="cx">                 2D125C5F1857EA05003BA3CB /* ViewGestureController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D125C5D1857EA05003BA3CB /* ViewGestureController.cpp */; };
</span><span class="cx">                 2D1B5D5D185869C8006C6596 /* ViewGestureControllerMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2D1B5D5B185869C8006C6596 /* ViewGestureControllerMessageReceiver.cpp */; };
</span><span class="cx">                 2D1B5D5E185869C8006C6596 /* ViewGestureControllerMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D1B5D5C185869C8006C6596 /* ViewGestureControllerMessages.h */; };
</span><ins>+                2D28F3E41885CCC1004B9EAE /* WebChromeClientIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D28F3E01885CCC1004B9EAE /* WebChromeClientIOS.mm */; };
+                2D28F3E51885CCC1004B9EAE /* WebDatabaseManagerIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D28F3E11885CCC1004B9EAE /* WebDatabaseManagerIOS.mm */; };
+                2D28F3E61885CCC1004B9EAE /* WebEditorClientIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D28F3E21885CCC1004B9EAE /* WebEditorClientIOS.mm */; };
+                2D28F3E71885CCC1004B9EAE /* WebFrameLoaderClientIOS.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D28F3E31885CCC1004B9EAE /* WebFrameLoaderClientIOS.mm */; };
</ins><span class="cx">                 2D2ADF0916362DD500197E47 /* PDFPluginTextAnnotation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D2ADF0616362DC700197E47 /* PDFPluginTextAnnotation.mm */; };
</span><span class="cx">                 2D2ADF0B16362DDB00197E47 /* PDFPluginAnnotation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D2ADF031636243500197E47 /* PDFPluginAnnotation.mm */; };
</span><span class="cx">                 2D2ADF1016364D8200197E47 /* PDFPluginChoiceAnnotation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2D2ADF0E16364D8200197E47 /* PDFPluginChoiceAnnotation.mm */; };
</span><span class="lines">@@ -2016,6 +2020,10 @@
</span><span class="cx">                 2D1B5D5A18586599006C6596 /* ViewGestureController.messages.in */ = {isa = PBXFileReference; lastKnownFileType = text; path = ViewGestureController.messages.in; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2D1B5D5B185869C8006C6596 /* ViewGestureControllerMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ViewGestureControllerMessageReceiver.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2D1B5D5C185869C8006C6596 /* ViewGestureControllerMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewGestureControllerMessages.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><ins>+                2D28F3E01885CCC1004B9EAE /* WebChromeClientIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WebChromeClientIOS.mm; path = ios/WebChromeClientIOS.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
+                2D28F3E11885CCC1004B9EAE /* WebDatabaseManagerIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WebDatabaseManagerIOS.mm; path = ios/WebDatabaseManagerIOS.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
+                2D28F3E21885CCC1004B9EAE /* WebEditorClientIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WebEditorClientIOS.mm; path = ios/WebEditorClientIOS.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
+                2D28F3E31885CCC1004B9EAE /* WebFrameLoaderClientIOS.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = WebFrameLoaderClientIOS.mm; path = ios/WebFrameLoaderClientIOS.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 2D2ADF021636243500197E47 /* PDFPluginAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDFPluginAnnotation.h; path = PDF/PDFPluginAnnotation.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2D2ADF031636243500197E47 /* PDFPluginAnnotation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = PDFPluginAnnotation.mm; path = PDF/PDFPluginAnnotation.mm; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 2D2ADF0516362DC700197E47 /* PDFPluginTextAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PDFPluginTextAnnotation.h; path = PDF/PDFPluginTextAnnotation.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -3956,6 +3964,17 @@
</span><span class="cx">                         name = mac;
</span><span class="cx">                         sourceTree = &quot;&lt;group&gt;&quot;;
</span><span class="cx">                 };
</span><ins>+                2D28F3DF1885CCB4004B9EAE /* ios */ = {
+                        isa = PBXGroup;
+                        children = (
+                                2D28F3E01885CCC1004B9EAE /* WebChromeClientIOS.mm */,
+                                2D28F3E11885CCC1004B9EAE /* WebDatabaseManagerIOS.mm */,
+                                2D28F3E21885CCC1004B9EAE /* WebEditorClientIOS.mm */,
+                                2D28F3E31885CCC1004B9EAE /* WebFrameLoaderClientIOS.mm */,
+                        );
+                        name = ios;
+                        sourceTree = &quot;&lt;group&gt;&quot;;
+                };
</ins><span class="cx">                 2DA944771884E3AB00ED86DB /* ios */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="lines">@@ -4670,6 +4689,7 @@
</span><span class="cx">                 BC032D5D10F437220058C15A /* WebCoreSupport */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><ins>+                                2D28F3DF1885CCB4004B9EAE /* ios */,
</ins><span class="cx">                                 BC111ADE112F5B9A00337BAB /* mac */,
</span><span class="cx">                                 CEDA12DE152CCAE800D9E08D /* WebAlternativeTextClient.h */,
</span><span class="cx">                                 BC111A53112F4FBB00337BAB /* WebChromeClient.cpp */,
</span><span class="lines">@@ -7409,6 +7429,7 @@
</span><span class="cx">                                 93FC67BF12D3CCF200A60610 /* EncoderAdapter.cpp in Sources */,
</span><span class="cx">                                 2DA944AD1884E9BA00ED86DB /* TextCheckerIOS.mm in Sources */,
</span><span class="cx">                                 2DA944A21884E4F000ED86DB /* WebPlatformTouchPointIOS.cpp in Sources */,
</span><ins>+                                2D28F3E51885CCC1004B9EAE /* WebDatabaseManagerIOS.mm in Sources */,
</ins><span class="cx">                                 51B15A8413843A3900321AD8 /* EnvironmentUtilities.cpp in Sources */,
</span><span class="cx">                                 1A7C6CDA1378950800B9C04D /* EnvironmentVariables.cpp in Sources */,
</span><span class="cx">                                 1AA575FA1496B52600A4EE06 /* EventDispatcher.cpp in Sources */,
</span><span class="lines">@@ -7672,6 +7693,7 @@
</span><span class="cx">                                 3309344F1315B94D0097A7BC /* WebCookieManager.cpp in Sources */,
</span><span class="cx">                                 372CAF0C1833FD910040AC27 /* WKNSError.mm in Sources */,
</span><span class="cx">                                 1A9E329A1822E1CC00F5D04C /* WKRemoteObject.mm in Sources */,
</span><ins>+                                2D28F3E41885CCC1004B9EAE /* WebChromeClientIOS.mm in Sources */,
</ins><span class="cx">                                 F6A90813133C20510082C3F4 /* WebCookieManagerMac.mm in Sources */,
</span><span class="cx">                                 2DA944901884E3B500ED86DB /* WKGeolocationProviderIOSObjCSecurityOrigin.mm in Sources */,
</span><span class="cx">                                 330934471315B9220097A7BC /* WebCookieManagerMessageReceiver.cpp in Sources */,
</span><span class="lines">@@ -7808,6 +7830,7 @@
</span><span class="cx">                                 BCEE7AD012817988009827DA /* WebProcessProxyMessageReceiver.cpp in Sources */,
</span><span class="cx">                                 512F589C12A8838800629530 /* WebProtectionSpace.cpp in Sources */,
</span><span class="cx">                                 37948403150C350600E52CE9 /* WebRenderLayer.cpp in Sources */,
</span><ins>+                                2D28F3E61885CCC1004B9EAE /* WebEditorClientIOS.mm in Sources */,
</ins><span class="cx">                                 3760881E150413E900FC82C7 /* WebRenderObject.cpp in Sources */,
</span><span class="cx">                                 51217464164C21370037A5C1 /* WebResourceBuffer.cpp in Sources */,
</span><span class="cx">                                 3336762F130C9998006C9DE2 /* WebResourceCacheManager.cpp in Sources */,
</span><span class="lines">@@ -7895,6 +7918,7 @@
</span><span class="cx">                                 CDCA85C8132ABA4E00E961DF /* WKFullScreenWindowController.mm in Sources */,
</span><span class="cx">                                 1AE00D6B18327C1200087DD7 /* StringReference.cpp in Sources */,
</span><span class="cx">                                 BC54CC1312D674EE005C67B0 /* WKGeolocationManager.cpp in Sources */,
</span><ins>+                                2D28F3E71885CCC1004B9EAE /* WebFrameLoaderClientIOS.mm in Sources */,
</ins><span class="cx">                                 BC06F44F12DBDF3F002D78DE /* WKGeolocationPermissionRequest.cpp in Sources */,
</span><span class="cx">                                 BC0E619912D6CD120012A72A /* WKGeolocationPosition.cpp in Sources */,
</span><span class="cx">                                 0F174AA7142AAC610039250F /* WKGeometry.cpp in Sources */,
</span></span></pre>
</div>
</div>

</body>
</html>