Title: [279866] trunk/Source/WebCore
- Revision
- 279866
- Author
- [email protected]
- Date
- 2021-07-13 00:32:04 -0700 (Tue, 13 Jul 2021)
Log Message
Fix the Apple internal iOS Simulator build
Unreviewed.
* dom/Node.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (279865 => 279866)
--- trunk/Source/WebCore/ChangeLog 2021-07-13 07:12:03 UTC (rev 279865)
+++ trunk/Source/WebCore/ChangeLog 2021-07-13 07:32:04 UTC (rev 279866)
@@ -1,3 +1,11 @@
+2021-07-13 Myles C. Maxfield <[email protected]>
+
+ Fix the Apple internal iOS Simulator build
+
+ Unreviewed.
+
+ * dom/Node.h:
+
2021-07-12 Fujii Hironori <[email protected]>
[curl] Can't finish loading some websites after r271946 started throttling low priority resources
Modified: trunk/Source/WebCore/dom/Node.h (279865 => 279866)
--- trunk/Source/WebCore/dom/Node.h 2021-07-13 07:12:03 UTC (rev 279865)
+++ trunk/Source/WebCore/dom/Node.h 2021-07-13 07:32:04 UTC (rev 279866)
@@ -923,7 +923,7 @@
return is_gt(ordering) || is_eq(ordering);
}
-WTF::TextStream& operator<<(WTF::TextStream&, const Node&);
+WEBCORE_EXPORT WTF::TextStream& operator<<(WTF::TextStream&, const Node&);
} // namespace WebCore
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes