| Index: mojo/services/html_viewer/blink_platform_impl.h
|
| diff --git a/mojo/services/html_viewer/blink_platform_impl.h b/mojo/services/html_viewer/blink_platform_impl.h
|
| index 4d4a4e78d57974153f5cff19b26310beb1202cad..7d039892f9e9cc4ea69b8df78fde51e5e1d294eb 100644
|
| --- a/mojo/services/html_viewer/blink_platform_impl.h
|
| +++ b/mojo/services/html_viewer/blink_platform_impl.h
|
| @@ -46,6 +46,7 @@ class BlinkPlatformImpl : public blink::Platform {
|
| const blink::WebURL& url, blink::WebString& mime_type,
|
| blink::WebString& charset);
|
| virtual blink::WebURLError cancelledError(const blink::WebURL& url) const;
|
| + virtual bool isReservedIPAddress(const blink::WebString& host) const;
|
| virtual blink::WebThread* createThread(const char* name);
|
| virtual blink::WebThread* currentThread();
|
| virtual void yieldCurrentThread();
|
|
|