diff options
Diffstat (limited to 'Tools/DumpRenderTree/cg/ImageDiffCG.cpp')
-rw-r--r-- | Tools/DumpRenderTree/cg/ImageDiffCG.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/cg/ImageDiffCG.cpp b/Tools/DumpRenderTree/cg/ImageDiffCG.cpp index 593ba64..b4f432f 100644 --- a/Tools/DumpRenderTree/cg/ImageDiffCG.cpp +++ b/Tools/DumpRenderTree/cg/ImageDiffCG.cpp @@ -26,6 +26,10 @@ #define min min +// FIXME: We need to be able to include these defines from a config.h somewhere. +#define JS_EXPORT_PRIVATE +#define WTF_EXPORT_PRIVATE + #include <stdio.h> #include <wtf/Platform.h> #include <wtf/RetainPtr.h> |