Skip to content

Commit 23f6eb8

Browse files
Export Color debug functions
https://bugs.webkit.org/show_bug.cgi?id=294509 rdar://153407170 Reviewed by Eric Carlson. I often want to use these from WebKit but when I do I get a linker failure. This will fix the linker failure and prevent the need to rebuild everything to enable the use of these useful functions. * Source/WebCore/platform/graphics/Color.h: Canonical link: https://commits.webkit.org/296382@main
1 parent f230e86 commit 23f6eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Source/WebCore/platform/graphics

Source/WebCore/platform/graphics/Color.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ class Color {
209209
unsigned blue;
210210
unsigned alpha;
211211
};
212-
DebugRGBA debugRGBA() const;
212+
WEBCORE_EXPORT DebugRGBA debugRGBA() const;
213213

214-
String debugDescription() const;
214+
WEBCORE_EXPORT String debugDescription() const;
215215

216216
private:
217217
friend void add(Hasher&, const Color&);

0 commit comments

Comments
 (0)