| Index: public/platform/Platform.h
|
| diff --git a/public/platform/Platform.h b/public/platform/Platform.h
|
| index 259143d042d95541d8b18bded3782dbfab592196..69b7480b64c91352e19e2f160329a290e73b188d 100644
|
| --- a/public/platform/Platform.h
|
| +++ b/public/platform/Platform.h
|
| @@ -330,6 +330,7 @@ public:
|
|
|
| virtual WebURLError cancelledError(const WebURL&) const { return WebURLError(); }
|
|
|
| + virtual bool isHostnameReservedIPAddress(const WebString&) const { return false; }
|
|
|
| // Plugins -------------------------------------------------------------
|
|
|
|
|