Index: Source/platform/NotImplemented.h |
diff --git a/Source/core/platform/NotImplemented.h b/Source/platform/NotImplemented.h |
similarity index 94% |
rename from Source/core/platform/NotImplemented.h |
rename to Source/platform/NotImplemented.h |
index d55301812c6e9e6d8506597a9f05a1bfea2c2fbf..7467efaa32b2342623415bf95fea0ad269c70b89 100644 |
--- a/Source/core/platform/NotImplemented.h |
+++ b/Source/platform/NotImplemented.h |
@@ -26,6 +26,7 @@ |
#ifndef NotImplemented_h |
#define NotImplemented_h |
+#include "platform/PlatformExport.h" |
#include "wtf/Assertions.h" |
#if LOG_DISABLED |
@@ -33,7 +34,7 @@ |
#else |
namespace WebCore { |
-WTFLogChannel* notImplementedLoggingChannel(); |
+PLATFORM_EXPORT WTFLogChannel* notImplementedLoggingChannel(); |
} |
#define notImplemented() do { \ |