<!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>[179886] 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/179886">179886</a></dd>
<dt>Author</dt> <dd>achristensen@apple.com</dd>
<dt>Date</dt> <dd>2015-02-10 15:07:47 -0800 (Tue, 10 Feb 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add more WEBCORE_EXPORT macros for iOS.
https://bugs.webkit.org/show_bug.cgi?id=141430

Reviewed by Tim Horton.

* bindings/objc/WebScriptObject.h:
* bindings/scripts/CodeGeneratorObjC.pm:
(GenerateHeader):
* dom/Event.h:
* dom/Node.h:
* editing/FrameSelection.h:
* html/HTMLFormControlElement.h:
* html/HTMLMediaSession.h:
* page/Frame.h:
* page/FrameView.h:
* platform/ScrollView.h:
* platform/ios/PasteboardIOS.mm:
* platform/ios/wak/WAKAppKitStubs.h:
* platform/ios/wak/WAKClipView.h:
* platform/ios/wak/WAKScrollView.h:
* platform/ios/wak/WAKView.h:
* platform/ios/wak/WAKWindow.h:
* platform/ios/wak/WAKWindow.mm:
* platform/ios/wak/WKContentObservation.h:
* platform/ios/wak/WKGraphics.h:
* platform/ios/wak/WebCoreThread.h:
* platform/ios/wak/WebCoreThread.mm:
* platform/ios/wak/WebCoreThreadRun.h:
* platform/ios/wak/WebCoreThreadSystemInterface.h:
* platform/network/ios/QuickLook.h:
* platform/text/TextBreakIterator.h:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorebindingsobjcWebScriptObjecth">trunk/Source/WebCore/bindings/objc/WebScriptObject.h</a></li>
<li><a href="#trunkSourceWebCorebindingsscriptsCodeGeneratorObjCpm">trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm</a></li>
<li><a href="#trunkSourceWebCoredomEventh">trunk/Source/WebCore/dom/Event.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeh">trunk/Source/WebCore/dom/Node.h</a></li>
<li><a href="#trunkSourceWebCoreeditingFrameSelectionh">trunk/Source/WebCore/editing/FrameSelection.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFormControlElementh">trunk/Source/WebCore/html/HTMLFormControlElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLMediaSessionh">trunk/Source/WebCore/html/HTMLMediaSession.h</a></li>
<li><a href="#trunkSourceWebCorepageFrameh">trunk/Source/WebCore/page/Frame.h</a></li>
<li><a href="#trunkSourceWebCorepageFrameViewh">trunk/Source/WebCore/page/FrameView.h</a></li>
<li><a href="#trunkSourceWebCoreplatformScrollViewh">trunk/Source/WebCore/platform/ScrollView.h</a></li>
<li><a href="#trunkSourceWebCoreplatformiosPasteboardIOSmm">trunk/Source/WebCore/platform/ios/PasteboardIOS.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWAKAppKitStubsh">trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWAKClipViewh">trunk/Source/WebCore/platform/ios/wak/WAKClipView.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWAKScrollViewh">trunk/Source/WebCore/platform/ios/wak/WAKScrollView.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWAKViewh">trunk/Source/WebCore/platform/ios/wak/WAKView.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWAKWindowh">trunk/Source/WebCore/platform/ios/wak/WAKWindow.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWAKWindowmm">trunk/Source/WebCore/platform/ios/wak/WAKWindow.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWKContentObservationh">trunk/Source/WebCore/platform/ios/wak/WKContentObservation.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWKGraphicsh">trunk/Source/WebCore/platform/ios/wak/WKGraphics.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWebCoreThreadh">trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWebCoreThreadmm">trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWebCoreThreadRunh">trunk/Source/WebCore/platform/ios/wak/WebCoreThreadRun.h</a></li>
<li><a href="#trunkSourceWebCoreplatformioswakWebCoreThreadSystemInterfaceh">trunk/Source/WebCore/platform/ios/wak/WebCoreThreadSystemInterface.h</a></li>
<li><a href="#trunkSourceWebCoreplatformnetworkiosQuickLookh">trunk/Source/WebCore/platform/network/ios/QuickLook.h</a></li>
<li><a href="#trunkSourceWebCoreplatformtextTextBreakIteratorh">trunk/Source/WebCore/platform/text/TextBreakIterator.h</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/ChangeLog        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -1,3 +1,37 @@
</span><ins>+2015-02-10  Alex Christensen  &lt;achristensen@webkit.org&gt;
+
+        Add more WEBCORE_EXPORT macros for iOS.
+        https://bugs.webkit.org/show_bug.cgi?id=141430
+
+        Reviewed by Tim Horton.
+
+        * bindings/objc/WebScriptObject.h:
+        * bindings/scripts/CodeGeneratorObjC.pm:
+        (GenerateHeader):
+        * dom/Event.h:
+        * dom/Node.h:
+        * editing/FrameSelection.h:
+        * html/HTMLFormControlElement.h:
+        * html/HTMLMediaSession.h:
+        * page/Frame.h:
+        * page/FrameView.h:
+        * platform/ScrollView.h:
+        * platform/ios/PasteboardIOS.mm:
+        * platform/ios/wak/WAKAppKitStubs.h:
+        * platform/ios/wak/WAKClipView.h:
+        * platform/ios/wak/WAKScrollView.h:
+        * platform/ios/wak/WAKView.h:
+        * platform/ios/wak/WAKWindow.h:
+        * platform/ios/wak/WAKWindow.mm:
+        * platform/ios/wak/WKContentObservation.h:
+        * platform/ios/wak/WKGraphics.h:
+        * platform/ios/wak/WebCoreThread.h:
+        * platform/ios/wak/WebCoreThread.mm:
+        * platform/ios/wak/WebCoreThreadRun.h:
+        * platform/ios/wak/WebCoreThreadSystemInterface.h:
+        * platform/network/ios/QuickLook.h:
+        * platform/text/TextBreakIterator.h:
+
</ins><span class="cx"> 2015-02-09  David Hyatt  &lt;hyatt@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         text-underline-position: under is broken
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsobjcWebScriptObjecth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/objc/WebScriptObject.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/objc/WebScriptObject.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/bindings/objc/WebScriptObject.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -219,7 +219,7 @@
</span><span class="cx">         - (void)setWebScriptValueAtIndex:(unsigned)index value:(id)value;
</span><span class="cx"> */
</span><span class="cx"> WEBKIT_CLASS_AVAILABLE_MAC(10_4)
</span><del>-@interface WebScriptObject : NSObject
</del><ins>+WEBCORE_EXPORT @interface WebScriptObject : NSObject
</ins><span class="cx"> {
</span><span class="cx">     WebScriptObjectPrivate *_private;
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCorebindingsscriptsCodeGeneratorObjCpm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/bindings/scripts/CodeGeneratorObjC.pm        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -831,7 +831,7 @@
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     # - Begin @interface or @protocol
</span><del>-    my $interfaceDeclaration = ($isProtocol ? &quot;\@protocol $className&quot; : &quot;\@interface $className : $parentName&quot;);
</del><ins>+    my $interfaceDeclaration = ($isProtocol ? &quot;\@protocol $className&quot; : &quot;WEBCORE_EXPORT \@interface $className : $parentName&quot;);
</ins><span class="cx">     $interfaceDeclaration .= &quot; &lt;&quot; . join(&quot;, &quot;, @protocolsToImplement) . &quot;&gt;&quot; if @protocolsToImplement &gt; 0;
</span><span class="cx">     $interfaceDeclaration .= &quot;\n&quot;;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoredomEventh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Event.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Event.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/dom/Event.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx"> 
</span><span class="cx"> protected:
</span><span class="cx">     Event();
</span><del>-    Event(const AtomicString&amp; type, bool canBubble, bool cancelable);
</del><ins>+    WEBCORE_EXPORT Event(const AtomicString&amp; type, bool canBubble, bool cancelable);
</ins><span class="cx">     Event(const AtomicString&amp; type, bool canBubble, bool cancelable, double timestamp);
</span><span class="cx">     Event(const AtomicString&amp; type, const EventInit&amp;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoredomNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Node.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Node.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/dom/Node.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -690,7 +690,7 @@
</span><span class="cx">     bool hasTreeSharedParent() const { return !!parentNode(); }
</span><span class="cx"> 
</span><span class="cx">     enum EditableLevel { Editable, RichlyEditable };
</span><del>-    bool hasEditableStyle(EditableLevel, UserSelectAllTreatment = UserSelectAllIsAlwaysNonEditable) const;
</del><ins>+    WEBCORE_EXPORT bool hasEditableStyle(EditableLevel, UserSelectAllTreatment = UserSelectAllIsAlwaysNonEditable) const;
</ins><span class="cx">     WEBCORE_EXPORT bool isEditableToAccessibility(EditableLevel) const;
</span><span class="cx"> 
</span><span class="cx">     virtual void refEventTarget() override;
</span></span></pre></div>
<a id="trunkSourceWebCoreeditingFrameSelectionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/editing/FrameSelection.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/editing/FrameSelection.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/editing/FrameSelection.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -137,7 +137,7 @@
</span><span class="cx">     WEBCORE_EXPORT Element* rootEditableElementOrDocumentElement() const;
</span><span class="cx">      
</span><span class="cx">     void moveTo(const Range*);
</span><del>-    void moveTo(const VisiblePosition&amp;, EUserTriggered = NotUserTriggered, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded);
</del><ins>+    WEBCORE_EXPORT void moveTo(const VisiblePosition&amp;, EUserTriggered = NotUserTriggered, CursorAlignOnScroll = AlignCursorOnScrollIfNeeded);
</ins><span class="cx">     WEBCORE_EXPORT void moveTo(const VisiblePosition&amp;, const VisiblePosition&amp;, EUserTriggered = NotUserTriggered);
</span><span class="cx">     void moveTo(const Position&amp;, EAffinity, EUserTriggered = NotUserTriggered);
</span><span class="cx">     void moveTo(const Position&amp;, const Position&amp;, EAffinity, EUserTriggered = NotUserTriggered);
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFormControlElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFormControlElement.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFormControlElement.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/html/HTMLFormControlElement.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -90,10 +90,10 @@
</span><span class="cx">     virtual void setActivatedSubmit(bool) { }
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(IOS_AUTOCORRECT_AND_AUTOCAPITALIZE)
</span><del>-    bool autocorrect() const;
</del><ins>+    WEBCORE_EXPORT bool autocorrect() const;
</ins><span class="cx">     void setAutocorrect(bool);
</span><span class="cx"> 
</span><del>-    WebAutocapitalizeType autocapitalizeType() const;
</del><ins>+    WEBCORE_EXPORT WebAutocapitalizeType autocapitalizeType() const;
</ins><span class="cx">     const AtomicString&amp; autocapitalize() const;
</span><span class="cx">     void setAutocapitalize(const AtomicString&amp;);
</span><span class="cx"> #endif
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLMediaSessionh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLMediaSession.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLMediaSession.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/html/HTMLMediaSession.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx">     void setHasPlaybackTargetAvailabilityListeners(const HTMLMediaElement&amp;, bool);
</span><span class="cx"> #endif
</span><span class="cx">     bool requiresFullscreenForVideoPlayback(const HTMLMediaElement&amp;) const;
</span><del>-    bool allowsAlternateFullscreen(const HTMLMediaElement&amp;) const;
</del><ins>+    WEBCORE_EXPORT bool allowsAlternateFullscreen(const HTMLMediaElement&amp;) const;
</ins><span class="cx">     MediaPlayer::Preload effectivePreloadForElement(const HTMLMediaElement&amp;) const;
</span><span class="cx"> 
</span><span class="cx">     void applyMediaPlayerRestrictions(const HTMLMediaElement&amp;);
</span></span></pre></div>
<a id="trunkSourceWebCorepageFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/Frame.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/Frame.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/page/Frame.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx">         WEBCORE_EXPORT void clearRangedSelectionInitialExtent();
</span><span class="cx">         WEBCORE_EXPORT void setRangedSelectionInitialExtentToCurrentSelectionStart();
</span><span class="cx">         WEBCORE_EXPORT void setRangedSelectionInitialExtentToCurrentSelectionEnd();
</span><del>-        VisibleSelection rangedSelectionBase() const;
</del><ins>+        WEBCORE_EXPORT VisibleSelection rangedSelectionBase() const;
</ins><span class="cx">         WEBCORE_EXPORT VisibleSelection rangedSelectionInitialExtent() const;
</span><span class="cx">         WEBCORE_EXPORT void recursiveSetUpdateAppearanceEnabled(bool);
</span><span class="cx">         WEBCORE_EXPORT NSArray* interpretationsForCurrentRoot() const;
</span></span></pre></div>
<a id="trunkSourceWebCorepageFrameViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/FrameView.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/FrameView.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/page/FrameView.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -244,7 +244,7 @@
</span><span class="cx">     void delayedScrollEventTimerFired();
</span><span class="cx"> 
</span><span class="cx">     void viewportContentsChanged();
</span><del>-    void resumeVisibleImageAnimationsIncludingSubframes();
</del><ins>+    WEBCORE_EXPORT void resumeVisibleImageAnimationsIncludingSubframes();
</ins><span class="cx"> 
</span><span class="cx">     // This is different than visibleContentRect() in that it ignores negative (or overly positive)
</span><span class="cx">     // offsets from rubber-banding, and it takes zooming into account. 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformScrollViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ScrollView.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ScrollView.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ScrollView.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -180,7 +180,7 @@
</span><span class="cx">     // Parts of the document can be visible through transparent or blured UI widgets of the chrome. Those parts
</span><span class="cx">     // contribute to painting but not to the scrollable area.
</span><span class="cx">     // The unobscuredContentRect is the area that is not covered by UI elements.
</span><del>-    IntRect unobscuredContentRect(VisibleContentRectIncludesScrollbars = ExcludeScrollbars) const;
</del><ins>+    WEBCORE_EXPORT IntRect unobscuredContentRect(VisibleContentRectIncludesScrollbars = ExcludeScrollbars) const;
</ins><span class="cx"> #if PLATFORM(IOS)
</span><span class="cx">     IntRect unobscuredContentRectIncludingScrollbars() const { return unobscuredContentRect(IncludeScrollbars); }
</span><span class="cx"> #else
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformiosPasteboardIOSmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/PasteboardIOS.mm (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/PasteboardIOS.mm        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/PasteboardIOS.mm        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -96,7 +96,7 @@
</span><span class="cx"> namespace WebCore {
</span><span class="cx"> 
</span><span class="cx"> // FIXME: Does this need to be declared in the header file?
</span><del>-NSString *WebArchivePboardType = @&quot;Apple Web Archive pasteboard type&quot;;
</del><ins>+WEBCORE_EXPORT NSString *WebArchivePboardType = @&quot;Apple Web Archive pasteboard type&quot;;
</ins><span class="cx"> 
</span><span class="cx"> // Making this non-inline so that WebKit 2's decoding doesn't have to include SharedBuffer.h.
</span><span class="cx"> PasteboardWebContent::PasteboardWebContent()
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWAKAppKitStubsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WAKAppKitStubs.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -209,7 +209,7 @@
</span><span class="cx">     NSSelectingPrevious
</span><span class="cx"> } NSSelectionDirection;
</span><span class="cx"> 
</span><del>-@interface NSCursor : NSObject
</del><ins>+WEBCORE_EXPORT @interface NSCursor : NSObject
</ins><span class="cx"> + (void)setHiddenUntilMouseMoves:(BOOL)flag;
</span><span class="cx"> @end
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWAKClipViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WAKClipView.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WAKClipView.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WAKClipView.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -30,7 +30,7 @@
</span><span class="cx"> 
</span><span class="cx"> #import &quot;WAKView.h&quot;
</span><span class="cx"> 
</span><del>-@interface WAKClipView : WAKView
</del><ins>+WEBCORE_EXPORT @interface WAKClipView : WAKView
</ins><span class="cx"> 
</span><span class="cx"> @property (nonatomic, readonly) WAKView *documentView;
</span><span class="cx"> @property (nonatomic, assign) BOOL copiesOnScroll;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWAKScrollViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WAKScrollView.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WAKScrollView.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WAKScrollView.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> 
</span><span class="cx"> @class WAKClipView;
</span><span class="cx"> 
</span><del>-@interface WAKScrollView : WAKView &lt;WebCoreFrameScrollView&gt;
</del><ins>+WEBCORE_EXPORT @interface WAKScrollView : WAKView &lt;WebCoreFrameScrollView&gt;
</ins><span class="cx"> {
</span><span class="cx">     WAKView *_documentView;  // Only here so the ObjC instance stays around.
</span><span class="cx">     WAKClipView *_contentView;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWAKViewh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WAKView.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WAKView.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WAKView.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> 
</span><span class="cx"> @class WAKWindow;
</span><span class="cx"> 
</span><del>-@interface WAKView : WAKResponder
</del><ins>+WEBCORE_EXPORT @interface WAKView : WAKResponder
</ins><span class="cx"> 
</span><span class="cx"> + (WAKView *)focusView;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWAKWindowh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WAKWindow.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WAKWindow.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WAKWindow.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -66,7 +66,7 @@
</span><span class="cx"> extern NSString * const WAKWindowScreenScaleDidChangeNotification;
</span><span class="cx"> extern NSString * const WAKWindowVisibilityDidChangeNotification;
</span><span class="cx"> 
</span><del>-@interface WAKWindow : WAKResponder
</del><ins>+WEBCORE_EXPORT @interface WAKWindow : WAKResponder
</ins><span class="cx"> {
</span><span class="cx">     CALayer* _hostLayer;
</span><span class="cx">     LegacyTileCache* _tileCache;
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWAKWindowmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WAKWindow.mm (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WAKWindow.mm        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WAKWindow.mm        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -38,8 +38,8 @@
</span><span class="cx"> #import &lt;QuartzCore/QuartzCore.h&gt;
</span><span class="cx"> #import &lt;wtf/TCSpinLock.h&gt;
</span><span class="cx"> 
</span><del>-NSString * const WAKWindowScreenScaleDidChangeNotification = @&quot;WAKWindowScreenScaleDidChangeNotification&quot;;
-NSString * const WAKWindowVisibilityDidChangeNotification = @&quot;WAKWindowVisibilityDidChangeNotification&quot;;
</del><ins>+WEBCORE_EXPORT NSString * const WAKWindowScreenScaleDidChangeNotification = @&quot;WAKWindowScreenScaleDidChangeNotification&quot;;
+WEBCORE_EXPORT NSString * const WAKWindowVisibilityDidChangeNotification = @&quot;WAKWindowVisibilityDidChangeNotification&quot;;
</ins><span class="cx"> 
</span><span class="cx"> using namespace WebCore;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWKContentObservationh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WKContentObservation.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WKContentObservation.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WKContentObservation.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -44,7 +44,7 @@
</span><span class="cx"> WEBCORE_EXPORT void WKStopObservingContentChanges(void);
</span><span class="cx"> WEBCORE_EXPORT void WKBeginObservingContentChanges(bool allowsIntedeterminateChanges);
</span><span class="cx"> 
</span><del>-WKContentChange WKObservedContentChange(void);
</del><ins>+WEBCORE_EXPORT WKContentChange WKObservedContentChange(void);
</ins><span class="cx"> void WKSetObservedContentChange(WKContentChange aChange);
</span><span class="cx"> 
</span><span class="cx"> WEBCORE_EXPORT int WebThreadCountOfObservedContentModifiers(void);
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWKGraphicsh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WKGraphics.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WKGraphics.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WKGraphics.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -37,10 +37,10 @@
</span><span class="cx"> extern &quot;C&quot; {
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-CGContextRef WKGetCurrentGraphicsContext(void);
-void WKSetCurrentGraphicsContext(CGContextRef context);
</del><ins>+WEBCORE_EXPORT CGContextRef WKGetCurrentGraphicsContext(void);
+WEBCORE_EXPORT void WKSetCurrentGraphicsContext(CGContextRef);
</ins><span class="cx"> 
</span><del>-void WKRectFill(CGContextRef context, CGRect aRect);
</del><ins>+WEBCORE_EXPORT void WKRectFill(CGContextRef, CGRect aRect);
</ins><span class="cx"> void WKRectFillUsingOperation(CGContextRef, CGRect, WKCompositeOperation);
</span><span class="cx"> 
</span><span class="cx"> CGImageRef WKGraphicsCreateImageFromBundleWithName(const char *image_file);
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWebCoreThreadh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WebCoreThread.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -49,7 +49,7 @@
</span><span class="cx"> // The lock is automatically freed at the bottom of the runloop. No need to unlock.
</span><span class="cx"> // Note that calling this function may hang your UI for several seconds. Don't use
</span><span class="cx"> // unless you have to.
</span><del>-void WebThreadLock(void);
</del><ins>+WEBCORE_EXPORT void WebThreadLock(void);
</ins><span class="cx">     
</span><span class="cx"> // This is a no-op for compatibility only. It will go away. Please don't use.
</span><span class="cx"> WEBCORE_EXPORT void WebThreadUnlock(void);
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWebCoreThreadmm"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WebCoreThread.mm        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> static unsigned otherThreadLockCount;
</span><span class="cx"> static unsigned sMainThreadModalCount;
</span><span class="cx"> 
</span><del>-volatile bool webThreadShouldYield;
</del><ins>+WEBCORE_EXPORT volatile bool webThreadShouldYield;
</ins><span class="cx"> 
</span><span class="cx"> static pthread_mutex_t WebCoreReleaseLock;
</span><span class="cx"> static void WebCoreObjCDeallocOnWebThreadImpl(id self, SEL _cmd);
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWebCoreThreadRunh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WebCoreThreadRun.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WebCoreThreadRun.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WebCoreThreadRun.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -45,7 +45,7 @@
</span><span class="cx"> //   WebThreadRunSync(^{ code; });
</span><span class="cx"> // will queue the block and wait for its execution to finish.
</span><span class="cx"> 
</span><del>-void WebThreadRun(void (^block)());
</del><ins>+WEBCORE_EXPORT void WebThreadRun(void (^block)());
</ins><span class="cx"> void WebThreadRunSync(void (^block)());
</span><span class="cx"> 
</span><span class="cx"> #if defined(__cplusplus)
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformioswakWebCoreThreadSystemInterfaceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/ios/wak/WebCoreThreadSystemInterface.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/ios/wak/WebCoreThreadSystemInterface.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/ios/wak/WebCoreThreadSystemInterface.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> extern &quot;C&quot; {
</span><span class="cx"> #endif
</span><span class="cx"> 
</span><del>-void InitWebCoreThreadSystemInterface(void);
</del><ins>+WEBCORE_EXPORT void InitWebCoreThreadSystemInterface(void);
</ins><span class="cx"> 
</span><span class="cx"> #ifdef __cplusplus
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformnetworkiosQuickLookh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/network/ios/QuickLook.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/network/ios/QuickLook.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/network/ios/QuickLook.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -61,7 +61,7 @@
</span><span class="cx"> NSString *QLTypeCopyBestMimeTypeForFileNameAndMimeType(NSString *fileName, NSString *mimeType);
</span><span class="cx"> NSString *QLTypeCopyBestMimeTypeForURLAndMimeType(NSURL *, NSString *mimeType);
</span><span class="cx"> 
</span><del>-NSSet *QLPreviewGetSupportedMIMETypesSet();
</del><ins>+WEBCORE_EXPORT NSSet *QLPreviewGetSupportedMIMETypesSet();
</ins><span class="cx"> 
</span><span class="cx"> // Used for setting the permissions on the saved QL content
</span><span class="cx"> NSDictionary *QLFileAttributes();
</span><span class="lines">@@ -95,7 +95,7 @@
</span><span class="cx">     WEBCORE_EXPORT ~QuickLookHandle();
</span><span class="cx"> 
</span><span class="cx">     WEBCORE_EXPORT bool didReceiveDataArray(CFArrayRef);
</span><del>-    bool didReceiveData(CFDataRef);
</del><ins>+    WEBCORE_EXPORT bool didReceiveData(CFDataRef);
</ins><span class="cx">     WEBCORE_EXPORT bool didFinishLoading();
</span><span class="cx">     WEBCORE_EXPORT void didFail();
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformtextTextBreakIteratorh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/text/TextBreakIterator.h (179885 => 179886)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/text/TextBreakIterator.h        2015-02-10 23:02:22 UTC (rev 179885)
+++ trunk/Source/WebCore/platform/text/TextBreakIterator.h        2015-02-10 23:07:47 UTC (rev 179886)
</span><span class="lines">@@ -64,7 +64,7 @@
</span><span class="cx"> 
</span><span class="cx"> const int TextBreakDone = -1;
</span><span class="cx"> 
</span><del>-bool isCJKLocale(const AtomicString&amp;);
</del><ins>+WEBCORE_EXPORT bool isCJKLocale(const AtomicString&amp;);
</ins><span class="cx"> 
</span><span class="cx"> class LazyLineBreakIterator {
</span><span class="cx"> public:
</span></span></pre>
</div>
</div>

</body>
</html>