Index: public/platform/Platform.h |
diff --git a/public/platform/Platform.h b/public/platform/Platform.h |
index ba29cdc917c98a608e47829834f868a84e89741f..ad4a04ab522b4e815f2d38df223f549c61dee3d8 100644 |
--- a/public/platform/Platform.h |
+++ b/public/platform/Platform.h |
@@ -343,6 +343,8 @@ public: |
virtual bool isReservedIPAddress(const WebString& host) const { return false; } |
+ virtual bool portAllowed(const WebURL&) const { return false; } |
+ |
// Plugins ------------------------------------------------------------- |
// If refresh is true, then cached information should not be used to |