Title: [244052] trunk/Source/WebCore
Revision
244052
Author
ysuz...@apple.com
Date
2019-04-08 15:26:19 -0700 (Mon, 08 Apr 2019)

Log Message

Unreviewed, speculative fix for build failure in old macOS after r243887
https://bugs.webkit.org/show_bug.cgi?id=196475

* dom/NodeList.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (244051 => 244052)


--- trunk/Source/WebCore/ChangeLog	2019-04-08 22:25:46 UTC (rev 244051)
+++ trunk/Source/WebCore/ChangeLog	2019-04-08 22:26:19 UTC (rev 244052)
@@ -1,3 +1,10 @@
+2019-04-08  Yusuke Suzuki  <ysuz...@apple.com>
+
+        Unreviewed, speculative fix for build failure in old macOS after r243887
+        https://bugs.webkit.org/show_bug.cgi?id=196475
+
+        * dom/NodeList.h:
+
 2019-04-08  Justin Fan  <justin_...@apple.com>
 
         [Web GPU] Fix Web GPU experimental feature on iOS

Modified: trunk/Source/WebCore/dom/NodeList.h (244051 => 244052)


--- trunk/Source/WebCore/dom/NodeList.h	2019-04-08 22:25:46 UTC (rev 244051)
+++ trunk/Source/WebCore/dom/NodeList.h	2019-04-08 22:26:19 UTC (rev 244052)
@@ -33,7 +33,7 @@
 class Node;
 
 class NodeList : public ScriptWrappable, public RefCounted<NodeList> {
-    WTF_MAKE_ISO_ALLOCATED(NodeList);
+    WTF_MAKE_ISO_ALLOCATED_EXPORT(NodeList, WEBCORE_EXPORT);
 public:
     virtual ~NodeList() = default;
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to