Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: Source/platform/NotImplemented.h

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/Logging.cpp ('k') | Source/platform/NotImplemented.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { \
« no previous file with comments | « Source/platform/Logging.cpp ('k') | Source/platform/NotImplemented.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698