| Index: content/child/blink_platform_impl.h
|
| diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
|
| index ed658cdfee86541277b8d42b0368828636242e63..46f39c426beb94015f20989bf26953e64febb094 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -82,9 +82,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| const blink::WebURL& url, blink::WebString& mimetype,
|
| blink::WebString& charset);
|
| virtual blink::WebURLError cancelledError(const blink::WebURL& url) const;
|
| - virtual bool isReservedIPAddress(
|
| - const blink::WebSecurityOrigin&) const;
|
| - virtual bool isReservedIPAddress(const blink::WebURL&) const;
|
| + virtual bool isReservedIPAddress(const blink::WebString& host) const;
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
| virtual void yieldCurrentThread();
|
|
|