Title: [222329] trunk/Source/WebCore
Revision
222329
Author
[email protected]
Date
2017-09-21 10:43:07 -0700 (Thu, 21 Sep 2017)

Log Message

Fix all builds after r222325

* loader/DocumentLoader.h:
WebKit needs this, too.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (222328 => 222329)


--- trunk/Source/WebCore/ChangeLog	2017-09-21 17:41:11 UTC (rev 222328)
+++ trunk/Source/WebCore/ChangeLog	2017-09-21 17:43:07 UTC (rev 222329)
@@ -1,3 +1,10 @@
+2017-09-21  Alex Christensen  <[email protected]>
+
+        Fix all builds after r222325
+
+        * loader/DocumentLoader.h:
+        WebKit needs this, too.
+
 2017-09-21  Yoshiaki Jitsukawa  <[email protected]>
 
         [PAL] Move MediaTimeAVFoundation into PAL

Modified: trunk/Source/WebCore/loader/DocumentLoader.h (222328 => 222329)


--- trunk/Source/WebCore/loader/DocumentLoader.h	2017-09-21 17:41:11 UTC (rev 222328)
+++ trunk/Source/WebCore/loader/DocumentLoader.h	2017-09-21 17:43:07 UTC (rev 222329)
@@ -296,7 +296,7 @@
 
     const Vector<LinkIcon>& linkIcons() const { return m_linkIcons; }
 
-    void setCustomHeaderFields(Vector<HTTPHeaderField>&& fields);
+    WEBCORE_EXPORT void setCustomHeaderFields(Vector<HTTPHeaderField>&& fields);
     
 protected:
     WEBCORE_EXPORT DocumentLoader(const ResourceRequest&, const SubstituteData&);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to