Title: [274480] trunk/Source/WebCore
Revision
274480
Author
[email protected]
Date
2021-03-16 08:10:58 -0700 (Tue, 16 Mar 2021)

Log Message

Unreviewed. Fix GTK build with TREE_DEBUGGING enabled after r274216

* rendering/InlineBox.h: Export several symbols to fix linking failures.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (274479 => 274480)


--- trunk/Source/WebCore/ChangeLog	2021-03-16 15:05:21 UTC (rev 274479)
+++ trunk/Source/WebCore/ChangeLog	2021-03-16 15:10:58 UTC (rev 274480)
@@ -1,5 +1,11 @@
 2021-03-16  Carlos Garcia Campos  <[email protected]>
 
+        Unreviewed. Fix GTK build with TREE_DEBUGGING enabled after r274216
+
+        * rendering/InlineBox.h: Export several symbols to fix linking failures.
+
+2021-03-16  Carlos Garcia Campos  <[email protected]>
+
         [GTK][WPE] Stop using g_memdup
         https://bugs.webkit.org/show_bug.cgi?id=223189
 

Modified: trunk/Source/WebCore/rendering/InlineBox.h (274479 => 274480)


--- trunk/Source/WebCore/rendering/InlineBox.h	2021-03-16 15:05:21 UTC (rev 274479)
+++ trunk/Source/WebCore/rendering/InlineBox.h	2021-03-16 15:10:58 UTC (rev 274480)
@@ -77,9 +77,9 @@
     void showNodeTreeForThis() const;
     void showLineTreeForThis() const;
     
-    virtual void outputLineTreeAndMark(WTF::TextStream&, const InlineBox* markedBox, int depth) const;
-    virtual void outputLineBox(WTF::TextStream&, bool mark, int depth) const;
-    virtual const char* boxName() const;
+    WEBCORE_EXPORT virtual void outputLineTreeAndMark(WTF::TextStream&, const InlineBox* markedBox, int depth) const;
+    WEBCORE_EXPORT virtual void outputLineBox(WTF::TextStream&, bool mark, int depth) const;
+    WEBCORE_EXPORT virtual const char* boxName() const;
 #endif
 
     bool behavesLikeText() const { return m_bitfields.behavesLikeText(); }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to