| Index: third_party/WebKit/public/platform/Platform.h
|
| diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h
|
| index c07784ca6069a1f4b612cb17f37e2af59997c721..ce367e3b7a3e514f3ebf874c7e9f4b8db2996e03 100644
|
| --- a/third_party/WebKit/public/platform/Platform.h
|
| +++ b/third_party/WebKit/public/platform/Platform.h
|
| @@ -228,7 +228,7 @@ public:
|
|
|
| // IDN conversion ------------------------------------------------------
|
|
|
| - virtual WebString convertIDNToUnicode(const WebString& host, const WebString& languages) { return host; }
|
| + virtual WebString convertIDNToUnicode(const WebString& host) { return host; }
|
|
|
|
|
| // IndexedDB ----------------------------------------------------------
|
|
|