Index: Source/platform/weborigin/KnownPorts.h |
diff --git a/Source/weborigin/KnownPorts.h b/Source/platform/weborigin/KnownPorts.h |
similarity index 86% |
rename from Source/weborigin/KnownPorts.h |
rename to Source/platform/weborigin/KnownPorts.h |
index 032a57dd362605e58da8c23c38d31f3901a87aeb..482a046ff478ba4408f9e281a6124d385e8517b4 100644 |
--- a/Source/weborigin/KnownPorts.h |
+++ b/Source/platform/weborigin/KnownPorts.h |
@@ -26,15 +26,15 @@ |
#ifndef KnownPorts_h |
#define KnownPorts_h |
-#include "weborigin/WebOriginExport.h" |
+#include "platform/PlatformExport.h" |
#include "wtf/text/WTFString.h" |
namespace WebCore { |
class KURL; |
-WEBORIGIN_EXPORT bool isDefaultPortForProtocol(unsigned short port, const String& protocol); |
-WEBORIGIN_EXPORT bool portAllowed(const KURL&); // Blacklist ports that should never be used for Web resources. |
+PLATFORM_EXPORT bool isDefaultPortForProtocol(unsigned short port, const String& protocol); |
+PLATFORM_EXPORT bool portAllowed(const KURL&); // Blacklist ports that should never be used for Web resources. |
} // namespace WebCore |