Title: [255948] releases/WebKitGTK/webkit-2.28/Source/WebCore
Revision
255948
Author
[email protected]
Date
2020-02-06 07:11:56 -0800 (Thu, 06 Feb 2020)

Log Message

Merge r255898 - Unreviewed build fix for Windows ports since r255875
https://bugs.webkit.org/show_bug.cgi?id=207073
<rdar://problem/59168065>

WEBCORE_TESTSUPPORT_EXPORT should be used only for WebCoreTestSupport, not for WebCore
See also Bug 203876.

* storage/StorageNamespaceProvider.h: Replaced WEBCORE_TESTSUPPORT_EXPORT with WEBCORE_EXPORT.

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog (255947 => 255948)


--- releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog	2020-02-06 15:11:52 UTC (rev 255947)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/ChangeLog	2020-02-06 15:11:56 UTC (rev 255948)
@@ -1,3 +1,14 @@
+2020-02-05  Fujii Hironori  <[email protected]>
+
+        Unreviewed build fix for Windows ports since r255875
+        https://bugs.webkit.org/show_bug.cgi?id=207073
+        <rdar://problem/59168065>
+
+        WEBCORE_TESTSUPPORT_EXPORT should be used only for WebCoreTestSupport, not for WebCore
+        See also Bug 203876.
+
+        * storage/StorageNamespaceProvider.h: Replaced WEBCORE_TESTSUPPORT_EXPORT with WEBCORE_EXPORT.
+
 2020-02-05  Devin Rousso  <[email protected]>
 
         Web Inspector: ensure that `didClearWindowObjectInWorld` is dispatched for the main world first

Modified: releases/WebKitGTK/webkit-2.28/Source/WebCore/storage/StorageNamespaceProvider.h (255947 => 255948)


--- releases/WebKitGTK/webkit-2.28/Source/WebCore/storage/StorageNamespaceProvider.h	2020-02-06 15:11:52 UTC (rev 255947)
+++ releases/WebKitGTK/webkit-2.28/Source/WebCore/storage/StorageNamespaceProvider.h	2020-02-06 15:11:56 UTC (rev 255948)
@@ -59,7 +59,7 @@
 
 private:
     friend class Internals;
-    WEBCORE_TESTSUPPORT_EXPORT StorageNamespace& localStorageNamespace(PAL::SessionID);
+    WEBCORE_EXPORT StorageNamespace& localStorageNamespace(PAL::SessionID);
     StorageNamespace& transientLocalStorageNamespace(SecurityOrigin&, PAL::SessionID);
 
     virtual Ref<StorageNamespace> createLocalStorageNamespace(unsigned quota, PAL::SessionID) = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to