Title: [261031] trunk/Source/WebCore
Revision
261031
Author
cdu...@apple.com
Date
2020-05-01 15:30:06 -0700 (Fri, 01 May 2020)

Log Message

Unreviewed, another build fix after r260962.

* page/Page.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (261030 => 261031)


--- trunk/Source/WebCore/ChangeLog	2020-05-01 22:28:40 UTC (rev 261030)
+++ trunk/Source/WebCore/ChangeLog	2020-05-01 22:30:06 UTC (rev 261031)
@@ -1,3 +1,9 @@
+2020-05-01  Chris Dumez  <cdu...@apple.com>
+
+        Unreviewed, another build fix after r260962.
+
+        * page/Page.h:
+
 2020-05-01  Daniel Bates  <daba...@apple.com>
 
         Avoid unnecessary copying in AnimationTimeline and other clean ups

Modified: trunk/Source/WebCore/page/Page.h (261030 => 261031)


--- trunk/Source/WebCore/page/Page.h	2020-05-01 22:28:40 UTC (rev 261030)
+++ trunk/Source/WebCore/page/Page.h	2020-05-01 22:30:06 UTC (rev 261031)
@@ -521,7 +521,7 @@
     bool hasCustomHTMLTokenizerTimeDelay() const;
     double customHTMLTokenizerTimeDelay() const;
 
-    void setCORSDisablingPatterns(Vector<UserContentURLPattern>&&);
+    WEBCORE_EXPORT void setCORSDisablingPatterns(Vector<UserContentURLPattern>&&);
 
     WEBCORE_EXPORT void setMemoryCacheClientCallsEnabled(bool);
     bool areMemoryCacheClientCallsEnabled() const { return m_areMemoryCacheClientCallsEnabled; }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to